/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | AnyPartial.cs | 63 public static string GetTypeName(string typeUrl) in GetTypeName() method in Google.Protobuf.WellKnownTypes.Any 78 return GetTypeName(TypeUrl) == descriptor.FullName;
in Is() 93 if (GetTypeName(TypeUrl) != target.Descriptor.FullName) 113 if (GetTypeName(TypeUrl) != target.Descriptor.FullName)
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-type-util.h | 74 // GetTypeName(const std::type_info&) returns a human-readable name of type T. 75 inline std::string GetTypeName(const std::type_info& type) { in GetTypeName() function 94 // GetTypeName<T>() returns a human-readable name of type T if and only if 99 std::string GetTypeName() { in GetTypeName() function 101 return GetTypeName(typeid(T)); in GetTypeName()
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-type-util.h | 90 // GetTypeName(const std::type_info&) returns a human-readable name of type T. 91 inline std::string GetTypeName(const std::type_info& type) { in GetTypeName() function 124 // GetTypeName<T>() returns a human-readable name of type T if and only if 129 std::string GetTypeName() { in GetTypeName() function 131 return GetTypeName(typeid(T)); in GetTypeName()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | message_lite.cc | 85 << message.GetTypeName() in ByteSizeConsistencyError() 91 << message.GetTypeName() << "."; in ByteSizeConsistencyError() 103 // action, message.GetTypeName(), in InitializationErrorMessage() 110 result += message.GetTypeName(); in InitializationErrorMessage() 380 GOOGLE_LOG(ERROR) << GetTypeName() in SerializePartialToCodedStream() 410 GOOGLE_LOG(ERROR) << GetTypeName() in SerializePartialToZeroCopyStream() 457 GOOGLE_LOG(ERROR) << GetTypeName() in AppendPartialToString() 487 GOOGLE_LOG(ERROR) << GetTypeName() in SerializePartialToArray()
|
H A D | implicit_weak_message.h | 64 std::string GetTypeName() const override { return ""; }
|
H A D | message_lite.h | 196 virtual std::string GetTypeName() const = 0;
|
H A D | message.cc | 109 std::string Message::GetTypeName() const { in GetTypeName() function in google::protobuf::Message
|
/third_party/googletest/googletest/test/ |
H A D | gtest-unittest-api_test.cc | 183 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), test_suite->type_param()); in TEST() 194 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), tests[0]->type_param()); in TEST() 258 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), 309 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), tests[0]->type_param());
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
H A D | AnyTest.cs | 124 public void GetTypeName(string typeUrl, string expectedTypeName) in GetTypeName() method in Google.Protobuf.WellKnownTypes.AnyTest 127 Assert.AreEqual(expectedTypeName, Any.GetTypeName(typeUrl)); in GetTypeName()
|
/third_party/gptfdisk/ |
H A D | gptpart.cc | 61 string GPTPart::GetTypeName(void) { in GetTypeName() function in GPTPart 443 changeName = (GetDescription() == GetTypeName()); 446 cout << "Current type is " << hex << GetHexType() << dec << " (" << GetTypeName() << ")\n";
|
H A D | gptpart.h | 60 std::string GetTypeName(void);
|
H A D | gptcurses.cc | 251 printw("%s", space->origPart->GetTypeName().c_str()); in ShowSpace() 334 partitions[partNum].GetTypeName().c_str()); in ShowInfo() 384 printw("Current type is %04x (%s)\n", partitions[partNum].GetType().GetHexType(), partitions[partNum].GetTypeName().c_str()); in ChangeType()
|
H A D | mbr.cc | 159 newPart.SetName(newPart.GetTypeName()); in AsGPT()
|
H A D | bsd.cc | 331 guid.SetName(guid.GetTypeName()); in AsGPT()
|
/third_party/node/deps/v8/testing/ |
H A D | gtest-support.h | 15 inline std::string GetTypeName<type>() { \
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-printers.h | 673 *os << internal::GetTypeName(info); in PrintTo() 797 *os << "value of type " << GetTypeName(value); in Print() 804 static std::string GetTypeName(const Any& value) { in GetTypeName() function in testing::internal::UniversalPrinter 806 return internal::GetTypeName(value.type()); in GetTypeName() 865 *os << "'" << GetTypeName<U>() << "(index = " << index in operator ()()
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-printers.h | 725 *os << internal::GetTypeName(info); in PrintTo() 849 *os << "value of type " << GetTypeName(value); in Print() 856 static std::string GetTypeName(const Any& value) { in GetTypeName() function in testing::internal::UniversalPrinter 858 return internal::GetTypeName(value.type()); in GetTypeName() 917 *os << "'" << GetTypeName<U>() << "(index = " << index in operator ()()
|
/third_party/node/src/ |
H A D | node_snapshotable.h | 91 std::string GetTypeName() const;
|
/third_party/node/deps/v8/src/objects/ |
H A D | call-site-info.h | 76 static Handle<Object> GetTypeName(Handle<CallSiteInfo> info);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | util.h | 69 ImmutableString GetTypeName(const TType &type, ShHashFunction64 hashFunction, NameMap *nameMap);
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-callsite.cc | 136 return *CallSiteInfo::GetTypeName(frame); in BUILTIN()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 599 const std::string& type_name = GetTypeName<Value>(); in MatchPrintAndExplain() 2002 static std::string GetToName() { return GetTypeName<To>(); } in GetToName() 3952 *listener << "whose value is not of type '" << GetTypeName() << "'"; in MatchAndExplain() 3966 *os << "is a variant<> with value of type '" << GetTypeName() in DescribeTo() 3972 *os << "is a variant<> with value of type other than '" << GetTypeName() in DescribeNegationTo() 3978 static std::string GetTypeName() { in GetTypeName() function in testing::internal::variant_matcher::VariantMatcher 3981 return internal::GetTypeName<T>()); in GetTypeName() 4014 *listener << "whose value is not of type '" << GetTypeName() << "'"; in MatchAndExplain() 4027 *os << "is an 'any' type with value of type '" << GetTypeName() in DescribeTo() 4033 *os << "is an 'any' type with value of type other than '" << GetTypeName() in DescribeNegationTo() 4039 static std::string GetTypeName() { GetTypeName() function in testing::internal::any_cast_matcher::AnyCastMatcher [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-debug.h | 197 WireBytesRef GetTypeName(int type_index);
|
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
H A D | geocoding_data.pb.h | 198 std::string GetTypeName() const final; 450 std::string GetTypeName() const final; 676 std::string GetTypeName() const final; 836 std::string GetTypeName() const final; 996 std::string GetTypeName() const final;
|
H A D | geocoding_data.pb.cc | 558 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
|