/third_party/mindspore/mindspore/core/ir/dtype/ |
D | number.h | 57 std::string GetTypeName(const std::string &type_name) const { in GetTypeName() function 101 std::string ToString() const override { return GetTypeName("Int"); } in ToString() 102 std::string ToReprString() const override { return nbits() == 0 ? "int_" : GetTypeName("int"); } in ToReprString() 124 std::string ToString() const override { return GetTypeName("UInt"); } in ToString() 125 std::string ToReprString() const override { return GetTypeName("uint"); } in ToReprString() 146 std::string ToString() const override { return GetTypeName("Float"); } in ToString() 147 …std::string ToReprString() const override { return nbits() == 0 ? "float_" : GetTypeName("float");… in ToReprString() 163 std::string ToString() const override { return GetTypeName("Complex"); } in ToString() 164 std::string ToReprString() const override { return GetTypeName("complex"); } in ToReprString()
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
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/ |
D | gtest-type-util.h | 69 inline std::string GetTypeName(const std::type_info& type) { in GetTypeName() function 93 std::string GetTypeName() { in GetTypeName() function 95 return GetTypeName(typeid(T)); in GetTypeName()
|
D | gtest-internal.h | 733 GetTypeName<Type>().c_str(), 1385 #define GTEST_EXCEPTION_TYPE_(e) ::testing::internal::GetTypeName(typeid(e))
|
/third_party/protobuf/src/google/protobuf/ |
D | message_lite.cc | 85 << message.GetTypeName() in ByteSizeConsistencyError() 91 << message.GetTypeName() << "."; in ByteSizeConsistencyError() 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()
|
D | implicit_weak_message.h | 64 std::string GetTypeName() const override { return ""; } in GetTypeName() function
|
D | message.cc | 109 std::string Message::GetTypeName() const { in GetTypeName() function in google::protobuf::Message
|
D | message_lite.h | 196 virtual std::string GetTypeName() const = 0;
|
/third_party/googletest/googletest/test/ |
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(), in TearDown() 309 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), tests[0]->type_param()); in TearDown()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
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/ |
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";
|
D | gptpart.h | 60 std::string GetTypeName(void);
|
D | mbr.cc | 159 newPart.SetName(newPart.GetTypeName()); in AsGPT()
|
D | gptcurses.cc | 251 printw("%s", space->origPart->GetTypeName().c_str()); in ShowSpace() 334 partitions[partNum].GetTypeName().c_str()); in ShowInfo() 384 …4x (%s)\n", partitions[partNum].GetType().GetHexType(), partitions[partNum].GetTypeName().c_str()); in ChangeType()
|
D | bsd.cc | 331 guid.SetName(guid.GetTypeName()); in AsGPT()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/ |
D | opencl_fusion.cc | 70 inline std::string GetTypeName(const LiteKernel *node) { in GetTypeName() function 249 MS_LOG(DEBUG) << "Merge Pad and " + GetTypeName(node) + " success"; in TryMergePadXxx() 339 …MS_LOG(DEBUG) << "Merge " + GetTypeName(arithmetic) + "(NO_ACTIVATION) and Activation(RELU or RELU… in TryMergeArithmeticAct() 377 MS_LOG(DEBUG) << "Merge " + GetTypeName(node) + "(NO_ACTIVATION) and Activation(" + act_name + in TryMergeXxxActivation() 383 …MS_LOG(DEBUG) << "Merge " + GetTypeName(node) + "(NO_ACTIVATION) and Activation(" + act_name + ") … in TryMergeXxxActivation()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | util.h | 64 ImmutableString GetTypeName(const TType &type, ShHashFunction64 hashFunction, NameMap *nameMap);
|
D | util.cpp | 505 ImmutableString GetTypeName(const TType &type, ShHashFunction64 hashFunction, NameMap *nameMap) in GetTypeName() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | util.h | 69 ImmutableString GetTypeName(const TType &type, ShHashFunction64 hashFunction, NameMap *nameMap);
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 710 *os << "value of type " << GetTypeName(value); 717 static std::string GetTypeName(const Any& value) { 719 return internal::GetTypeName(value.type()); 770 *os << "'" << GetTypeName<U>() << "(index = " << index
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 597 const std::string& type_name = GetTypeName<Value>(); in MatchPrintAndExplain() 1955 return GetTypeName<To>(); 3785 *listener << "whose value is not of type '" << GetTypeName() << "'"; 3799 *os << "is a variant<> with value of type '" << GetTypeName() 3805 *os << "is a variant<> with value of type other than '" << GetTypeName() 3811 static std::string GetTypeName() { 3814 return internal::GetTypeName<T>()); 3847 *listener << "whose value is not of type '" << GetTypeName() << "'"; 3860 *os << "is an 'any' type with value of type '" << GetTypeName() 3866 *os << "is an 'any' type with value of type other than '" << GetTypeName() [all …]
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-type-util.h.pump | 75 // GetTypeName<T>() returns a human-readable name of type T. 79 std::string GetTypeName() {
|
/third_party/protobuf/ |
D | libprotobuf.map | 71 "google::protobuf::Message::GetTypeName[abi:cxx11]() const"; 135 "google::protobuf::Message::GetTypeName() const";
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumber.pb.cc | 575 std::string PhoneNumber::GetTypeName() const { in GetTypeName() function in i18n::phonenumbers::PhoneNumber
|
D | phonemetadata.pb.cc | 502 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
|