Home
last modified time | relevance | path

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

/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h75 inline std::string GetTypeName(const std::type_info& type) { in GetTypeName() function
99 std::string GetTypeName() { in GetTypeName() function
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-type-util.h91 inline std::string GetTypeName(const std::type_info& type) { in GetTypeName() function
129 std::string GetTypeName() { in GetTypeName() function
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAnyPartial.cs63 public static string GetTypeName(string typeUrl) in GetTypeName() method in Google.Protobuf.WellKnownTypes.Any
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs124 public void GetTypeName(string typeUrl, string expectedTypeName) in GetTypeName() method in Google.Protobuf.WellKnownTypes.AnyTest
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
Dgeocoding_data.pb.cc558 std::string GeocodingInfo::GetTypeName() const { in GetTypeName() function in i18n::phonenumbers::GeocodingInfo
921 std::string PrefixesInfo::GetTypeName() const { in GetTypeName() function in i18n::phonenumbers::PrefixesInfo
1148 std::string LanguageCodeInfo::GetTypeName() const { in GetTypeName() function in i18n::phonenumbers::LanguageCodeInfo
1375 std::string CountriesInfo::GetTypeName() const { in GetTypeName() function in i18n::phonenumbers::CountriesInfo
1604 std::string CountryCodeInfo::GetTypeName() const { in GetTypeName() function in i18n::phonenumbers::CountryCodeInfo
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonemetadata.pb.cc502 std::string NumberFormat::GetTypeName() const { in GetTypeName() function in i18n::phonenumbers::NumberFormat
818 std::string PhoneNumberDesc::GetTypeName() const { in GetTypeName() function in i18n::phonenumbers::PhoneNumberDesc
2262 std::string PhoneMetadata::GetTypeName() const { in GetTypeName() function in i18n::phonenumbers::PhoneMetadata
2449 std::string PhoneMetadataCollection::GetTypeName() const { in GetTypeName() function in i18n::phonenumbers::PhoneMetadataCollection
Dphonenumber.pb.cc575 std::string PhoneNumber::GetTypeName() const { in GetTypeName() function in i18n::phonenumbers::PhoneNumber
/third_party/protobuf/src/google/protobuf/
Dmessage.cc109 std::string Message::GetTypeName() const { in GetTypeName() function in google::protobuf::Message
Dimplicit_weak_message.h64 std::string GetTypeName() const override { return ""; } in GetTypeName() function
/third_party/gptfdisk/
Dgptpart.cc61 string GPTPart::GetTypeName(void) { in GetTypeName() function in GPTPart
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dutil.cpp452 ImmutableString GetTypeName(const TType &type, ShHashFunction64 hashFunction, NameMap *nameMap) in GetTypeName() function
/third_party/node/deps/v8/src/objects/
Dcall-site-info.cc468 Handle<Object> CallSiteInfo::GetTypeName(Handle<CallSiteInfo> info) { in GetTypeName() function in v8::internal::CallSiteInfo
/third_party/node/deps/v8/src/wasm/
Dwasm-debug.cc193 WireBytesRef GetTypeName(int type_index) { in GetTypeName() function in v8::internal::wasm::DebugInfoImpl
818 WireBytesRef DebugInfo::GetTypeName(int type_index) { in GetTypeName() function in v8::internal::wasm::DebugInfo
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-type-util.h80 std::string GetTypeName() { in GetTypeName() function
/third_party/node/src/
Dnode_snapshotable.cc1311 std::string SnapshotableObject::GetTypeName() const { in GetTypeName() function in node::SnapshotableObject
/third_party/gn/src/base/
Dvalues.cc207 const char* Value::GetTypeName(Value::Type type) { in GetTypeName() function in base::Value