Searched refs:seen_attrs (Results 1 – 1 of 1) sorted by relevance
241 std::unordered_set<string>* seen_attrs);256 std::unordered_set<string>* seen_attrs);2597 std::unordered_set<string> seen_attrs; in ParseSubAttributes() local2603 if (!ParseAttributeHelper(attrs, &seen_attrs)) { in ParseSubAttributes()2611 seen_attrs.find(attr_it.first) == seen_attrs.end()) { in ParseSubAttributes()2623 std::unordered_set<string> seen_attrs; in ParseAttributes() local2625 if (!ParseAttributeHelper(attrs, &seen_attrs)) { in ParseAttributes()2632 seen_attrs.find(attr_it.first) == seen_attrs.end()) { in ParseAttributes()2642 std::unordered_set<string>* seen_attrs) { in ParseAttributeHelper() argument2649 if (!seen_attrs->insert(name).second) { in ParseAttributeHelper()[all …]