Searched refs:GetTypeName (Results 1 – 9 of 9) sorted by relevance
43 s << "#include \"" << include_ << util::CamelCaseToUnderScore(GetTypeName()) << ".h\"\n"; in GenInclude()47 …s << "#include \"" << include_ << util::CamelCaseToUnderScore(GetTypeName()) << "_pybind11_type_ca… in GenPyBind11Include()61 s << GetTypeName() << ";"; in GenUsing()
31 std::string GetTypeName() const { in GetTypeName() function
237 s << ".def(\"Serialize\", [](" << GetTypeName() << "& obj){"; in GenDefinitionPybind11()
50 value = enum_def.GetTypeName() + "::" + std::get<std::string>(value); in AddParentConstraint()
646 …ERRORLOC(LOC) << "Previously defined enum " << enum_def->GetTypeName() << " has no entry for " << …
116 string FakePrefs::GetTypeName(PrefType type) { in GetTypeName() function in chromeos_update_engine::FakePrefs131 << "Key \"" << key << "\" if defined as " << GetTypeName(it->second.type) in CheckKeyType()132 << " but is accessed as a " << GetTypeName(type); in CheckKeyType()
89 static std::string GetTypeName(PrefType type);
73 std::string GetTypeName(const sysprop::Property& prop) { in GetTypeName() function112 err += "In sysprop_library: " + GetTypeName(prop) + "\n"; in CheckPropertyTypes()
45 return lhs.GetTypeName() == rhs.GetTypeName() in ProtosEqual()