Searched refs:attr_it (Results 1 – 3 of 3) sorted by relevance
1702 const auto attr_it = func_def->attr().find(kApiImplements); in ReachableFunctions() local1703 if (attr_it != func_def->attr().end() && in ReachableFunctions()1704 attr_it->second.s() == api_name) { in ReachableFunctions()1745 const auto attr_it = func->attr().find(kApiImplements); in ReachableFunctions() local1746 if (attr_it != func->attr().end()) { in ReachableFunctions()1747 add_function_with_api_interface(attr_it->second.s()); in ReachableFunctions()
564 auto attr_it = function.arg_attr().find(it.index()); in ConvertFunctionDef() local565 if (attr_it != function.arg_attr().end()) { in ConvertFunctionDef()566 for (const auto &name_attr : attr_it->second.attr()) { in ConvertFunctionDef()
4020 for (const auto& attr_it : attrs) { in ParseSubAttributes() local4021 if (attr_it.second.required && in ParseSubAttributes()4022 seen_attrs.find(attr_it.first) == seen_attrs.end()) { in ParseSubAttributes()4024 attr_it.first)); in ParseSubAttributes()4045 for (const auto& attr_it : attrs) { in ParseAttributes() local4046 if (attr_it.second.required && in ParseAttributes()4047 seen_attrs.find(attr_it.first) == seen_attrs.end()) { in ParseAttributes()4049 attr_it.first)); in ParseAttributes()4067 auto attr_it = attrs.find(name); in ParseAttributeHelper() local4068 if (attr_it == attrs.end()) { in ParseAttributeHelper()[all …]