Searched refs:name_and_api_def (Results 1 – 2 of 2) sorted by relevance
75 for (const auto& name_and_api_def : api_defs_map) { in TestAllApiDefsHaveCorrespondingOp() local76 ASSERT_TRUE(op_names.find(name_and_api_def.first) != op_names.end()) in TestAllApiDefsHaveCorrespondingOp()77 << name_and_api_def.first << " op has ApiDef but missing from ops. " in TestAllApiDefsHaveCorrespondingOp()78 << "Does api_def_" << name_and_api_def.first << " need to be deleted?"; in TestAllApiDefsHaveCorrespondingOp()154 for (const auto& name_and_api_def : api_defs_map) { in TestDeprecatedAttributesSetCorrectly() local156 const auto& api_def = name_and_api_def.second; in TestDeprecatedAttributesSetCorrectly()163 const auto& name = name_and_api_def.first; in TestDeprecatedAttributesSetCorrectly()181 for (const auto& name_and_api_def : api_defs_map) { in TestDeprecationVersionSetCorrectly() local182 const auto& name = name_and_api_def.first; in TestDeprecationVersionSetCorrectly()183 const auto& api_def = name_and_api_def.second; in TestDeprecationVersionSetCorrectly()
518 for (auto& name_and_api_def : map_) { in UpdateDocs() local519 auto& api_def = name_and_api_def.second; in UpdateDocs()