Searched refs:GetTypeName (Results 1 – 8 of 8) 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()
696 …ERRORLOC(LOC) << "Previously defined enum " << enum_def->GetTypeName() << " has no entry for " << …
76 std::string GetTypeName(const sysprop::Property& prop) { in GetTypeName() function115 err += "In sysprop_library: " + GetTypeName(prop) + "\n"; in CheckPropertyTypes()
133 string FakePrefs::GetTypeName(PrefType type) { in GetTypeName() function in chromeos_update_engine::FakePrefs148 << "Key \"" << key << "\" if defined as " << GetTypeName(it->second.type) in CheckKeyType()149 << " but is accessed as a " << GetTypeName(type); in CheckKeyType()
92 static std::string GetTypeName(PrefType type);