Searched refs:name_and_api_def (Results 1 – 2 of 2) sorted by relevance
84 for (const auto& name_and_api_def : api_defs_map) { in TestAllApiDefsHaveCorrespondingOp() local85 ASSERT_TRUE(op_names.find(name_and_api_def.first) != op_names.end()) in TestAllApiDefsHaveCorrespondingOp()86 << name_and_api_def.first << " op has ApiDef but missing from ops. " in TestAllApiDefsHaveCorrespondingOp()87 << "Does api_def_" << name_and_api_def.first << " need to be deleted?"; in TestAllApiDefsHaveCorrespondingOp()163 for (const auto& name_and_api_def : api_defs_map) { in TestDeprecatedAttributesSetCorrectly() local165 const auto& api_def = name_and_api_def.second; in TestDeprecatedAttributesSetCorrectly()172 const auto& name = name_and_api_def.first; in TestDeprecatedAttributesSetCorrectly()190 for (const auto& name_and_api_def : api_defs_map) { in TestDeprecationVersionSetCorrectly() local191 const auto& name = name_and_api_def.first; in TestDeprecationVersionSetCorrectly()192 const auto& api_def = name_and_api_def.second; in TestDeprecationVersionSetCorrectly()
520 for (auto& name_and_api_def : map_) { in UpdateDocs() local521 auto& api_def = name_and_api_def.second; in UpdateDocs()