Searched refs:attribute_name (Results 1 – 3 of 3) sorted by relevance
105 def GetAttribute(self, attribute_name): argument118 (attribute.name == attribute_name119 or attribute.name.endswith("::" + attribute_name))):125 (attribute.name == attribute_name126 or attribute.name.endswith("::" + attribute_name))):160 def Py2Pb(self, attribute_name, py_values): argument170 attribute_spec = self.GetAttribute(attribute_name)177 logging.error("Can not find attribute: %s", attribute_name)
246 std::string attribute_name = attribute.name(); in GenerateProfilerMethodDeclForAttribute() local247 ReplaceSubString(attribute_name, "::", "__"); in GenerateProfilerMethodDeclForAttribute()248 out << "void profile__" << attribute_name in GenerateProfilerMethodDeclForAttribute()268 std::string attribute_name = attribute.name(); in GenerateProfilerMethodImplForAttribute() local269 ReplaceSubString(attribute_name, "::", "__"); in GenerateProfilerMethodImplForAttribute()270 out << "void profile__" << attribute_name in GenerateProfilerMethodImplForAttribute()
600 string attribute_name = ClearStringWithNameSpaceAccess(attribute.name()); in GenerateRandomFunctionDeclForAttribute() local602 << "Random" << attribute_name << "();\n"; in GenerateRandomFunctionDeclForAttribute()614 string attribute_name = ClearStringWithNameSpaceAccess(attribute.name()); in GenerateRandomFunctionImplForAttribute() local615 out << attribute.enum_value().scalar_type() << " Random" << attribute_name in GenerateRandomFunctionImplForAttribute()