Home
last modified time | relevance | path

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

/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h69 inline std::string GetTypeName(const std::type_info& type) { in GetTypeName() function
93 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/
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
2287 std::string PhoneMetadata::GetTypeName() const { in GetTypeName() function in i18n::phonenumbers::PhoneMetadata
2474 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/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dutil.cpp505 ImmutableString GetTypeName(const TType &type, ShHashFunction64 hashFunction, NameMap *nameMap) in GetTypeName() function
/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/mesa3d/src/gtest/include/gtest/internal/
Dgtest-type-util.h80 std::string GetTypeName() { in GetTypeName() function
/third_party/gn/src/base/
Dvalues.cc207 const char* Value::GetTypeName(Value::Type type) { in GetTypeName() function in base::Value