Home
last modified time | relevance | path

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

/aosp12/bionic/libc/malloc_debug/
H A DGuardData.h74 const char* GetTypeName() override { return "FRONT"; } in GetTypeName() function
91 const char* GetTypeName() override { return "REAR"; } in GetTypeName() function
/aosp12/system/bt/gd/packet/parser/
H A Dtype_def.h31 std::string GetTypeName() const { in GetTypeName() function
/aosp12/system/tools/sysprop/
H A DTypeChecker.cpp76 std::string GetTypeName(const sysprop::Property& prop) { in GetTypeName() function
/aosp12/system/update_engine/common/
H A Dfake_prefs.cc133 string FakePrefs::GetTypeName(PrefType type) { in GetTypeName() function in chromeos_update_engine::FakePrefs
/aosp12/art/cmdline/detail/
H A Dcmdline_parse_argument_detail.h533 virtual const char* GetTypeName() const { in GetTypeName() function
/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp748 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { in GetTypeName() function in slang::RSExportType
1296 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { in GetTypeName() function in slang::RSExportVectorType
H A Dslang_rs_reflection_cpp.cpp61 static std::string GetTypeName(const RSExportType *ET, bool PreIdentifier = true) { in GetTypeName() function
H A Dslang_rs_reflection.cpp335 std::string RSReflectionJava::GetTypeName(const RSExportType *ET, unsigned Style) { in GetTypeName() function in slang::RSReflectionJava