Home
last modified time | relevance | path

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

/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-type-util.h65 String GetTypeName() { in GetTypeName() function
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-type-util.h65 String GetTypeName() { in GetTypeName() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-type-util.h64 std::string GetTypeName() { in GetTypeName() function
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-type-util.h81 std::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/googletest/googletest/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/v8/src/execution/
Dmessages.h179 Handle<PrimitiveHeapObject> GetTypeName() override { return Null(); } in GetTypeName() function
Dmessages.cc482 Handle<PrimitiveHeapObject> JSStackFrame::GetTypeName() { in GetTypeName() function in v8::internal::JSStackFrame
/external/gptfdisk/
Dgptpart.cc62 string GPTPart::GetTypeName(void) { in GetTypeName() function in GPTPart
/external/angle/src/compiler/translator/
Dutil.cpp508 ImmutableString GetTypeName(const TType &type, ShHashFunction64 hashFunction, NameMap *nameMap) in GetTypeName() function
/external/tensorflow/tensorflow/lite/tools/
Dcommand_line_flags.cc148 std::string Flag::GetTypeName() const { in GetTypeName() function in tflite::Flag
/external/v8/src/objects/
Dstack-frame-info.cc120 Handle<Object> StackTraceFrame::GetTypeName(Handle<StackTraceFrame> frame) { in GetTypeName() function in v8::internal::StackTraceFrame
/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/protoc-gen-go/descriptor/
Ddescriptor.pb.go885 func (m *FieldDescriptorProto) GetTypeName() string { func