Searched refs:attr_iter (Results 1 – 2 of 2) sorted by relevance
240 for (std::vector<std::string>::const_iterator attr_iter = pAttrs.begin(), in setFeatureString() local242 attr_iter != attr_end; attr_iter++) { in setFeatureString()243 f.AddFeature(*attr_iter); in setFeatureString()
184 for (auto attr_iter = parser->begin_attributes(); attr_iter != end_attr_iter; ++attr_iter) { in FlattenXmlSubtree() local186 span_name += attr_iter->name; in FlattenXmlSubtree()188 span_name += attr_iter->value; in FlattenXmlSubtree()