Home
last modified time | relevance | path

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

/external/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
/external/rust/crates/quiche/deps/boringssl/src/third_party/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
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-type-util.h65 String GetTypeName() { in GetTypeName() function
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAnyPartial.cs63 public static string GetTypeName(string typeUrl) in GetTypeName() method in Google.Protobuf.WellKnownTypes.Any
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DAnyTest.cs124 public void GetTypeName(string typeUrl, string expectedTypeName) in GetTypeName() method in Google.Protobuf.WellKnownTypes.AnyTest
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-type-util.h71 std::string GetTypeName() { in GetTypeName() function
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-type-util.h71 std::string GetTypeName() { in GetTypeName() function
/external/protobuf/src/google/protobuf/
Dimplicit_weak_message.h62 std::string GetTypeName() const override { return ""; } in GetTypeName() function
Dmessage.cc110 std::string Message::GetTypeName() const { in GetTypeName() function in google::protobuf::Message
/external/gptfdisk/
Dgptpart.cc62 string GPTPart::GetTypeName(void) { in GetTypeName() function in GPTPart
/external/tensorflow/tensorflow/lite/tools/
Dcommand_line_flags.cc138 std::string Flag::GetTypeName() const { in GetTypeName() function in tflite::Flag
/external/angle/src/compiler/translator/
Dutil.cpp452 ImmutableString GetTypeName(const TType &type, ShHashFunction64 hashFunction, NameMap *nameMap) in GetTypeName() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-type-util.h80 std::string GetTypeName() { in GetTypeName() function
/external/libchrome/base/
Dvalues.cc219 const char* Value::GetTypeName(Value::Type type) { in GetTypeName() function in base::Value
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go958 func (x *FieldDescriptorProto) GetTypeName() string { func