Home
last modified time | relevance | path

Searched refs:GetTypeName (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/packet/parser/
Dcustom_field_def.cc43 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()
Dtype_def.h31 std::string GetTypeName() const { in GetTypeName() function
Dstruct_def.cc237 s << ".def(\"Serialize\", [](" << GetTypeName() << "& obj){"; in GenDefinitionPybind11()
Dparent_def.cc50 value = enum_def.GetTypeName() + "::" + std::get<std::string>(value); in AddParentConstraint()
Dlanguage_y.yy696 …ERRORLOC(LOC) << "Previously defined enum " << enum_def->GetTypeName() << " has no entry for " << …
/system/tools/sysprop/
DTypeChecker.cpp76 std::string GetTypeName(const sysprop::Property& prop) { in GetTypeName() function
115 err += "In sysprop_library: " + GetTypeName(prop) + "\n"; in CheckPropertyTypes()
/system/update_engine/common/
Dfake_prefs.cc133 string FakePrefs::GetTypeName(PrefType type) { in GetTypeName() function in chromeos_update_engine::FakePrefs
148 << "Key \"" << key << "\" if defined as " << GetTypeName(it->second.type) in CheckKeyType()
149 << " but is accessed as a " << GetTypeName(type); in CheckKeyType()
Dfake_prefs.h92 static std::string GetTypeName(PrefType type);