Searched defs:GetTypeName (Results 1 - 18 of 18) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DAnyPartial.cs56 internal static string GetTypeName(string typeUrl) method in class:Google.Protobuf.WellKnownTypes.Any
74 if (GetTypeName(TypeUrl) != target.Descriptor.FullName)
/external/gptfdisk/
H A Dgptpart.cc53 string GPTPart::GetTypeName(void) { function in class:GPTPart
435 changeName = (GetDescription() == GetTypeName());
438 cout << "Current type is '" << GetTypeName() << "'\n";
/external/protobuf/src/google/protobuf/
H A Dmap_entry_lite.h123 string GetTypeName() const { return ""; } function in class:google::protobuf::internal::MapEntryLite
H A Dmessage.cc89 string Message::GetTypeName() const { function in class:google::protobuf::Message
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-type-util.h61 // GetTypeName<T>() returns a human-readable name of type T.
65 String GetTypeName() { function in namespace:testing::internal
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h60 // GetTypeName<T>() returns a human-readable name of type T.
64 std::string GetTypeName() { function in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-type-util.h60 // GetTypeName<T>() returns a human-readable name of type T.
64 std::string GetTypeName() { function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-type-util.h61 // GetTypeName<T>() returns a human-readable name of type T.
65 String GetTypeName() { function in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h61 // GetTypeName<T>() returns a human-readable name of type T.
65 String GetTypeName() { function in namespace:testing::internal
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-type-util.h73 // GetTypeName<T>() returns a human-readable name of type T.
75 String GetTypeName() { function in namespace:testing::internal
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-type-util.h61 // GetTypeName<T>() returns a human-readable name of type T.
65 String GetTypeName() { function in namespace:testing::internal
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-type-util.h60 // GetTypeName<T>() returns a human-readable name of type T.
64 std::string GetTypeName() { function in namespace:testing::internal
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-type-util.h60 // GetTypeName<T>() returns a human-readable name of type T.
64 std::string GetTypeName() { function in namespace:testing::internal
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp344 const char* GetTypeName() function in class:CvVSModule
/external/v8/src/
H A Dmessages.cc400 Handle<Object> JSStackFrame::GetTypeName() { function in class:v8::internal::JSStackFrame
542 Handle<Object> type_name = call_site->GetTypeName();
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h3202 // GetTypeName<T>() returns a human-readable name of type T.
3204 String GetTypeName() { function in namespace:testing::internal
7080 String::Format("TypeParam = %s", GetTypeName<Type>().c_str()).c_str(),
/external/fmtlib/test/gtest/
H A Dgtest.h3752 // GetTypeName<T>() returns a human-readable name of type T.
3756 std::string GetTypeName() { function in namespace:testing::internal
7544 GetTypeName<Type>().c_str(),
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h3752 // GetTypeName<T>() returns a human-readable name of type T.
3756 std::string GetTypeName() { function in namespace:testing::internal
7545 GetTypeName<Type>().c_str(),

Completed in 4430 milliseconds