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

/external/chromium/testing/gtest/test/
H A Dgtest-unittest-api_test.cc192 EXPECT_STREQ(GetTypeName<int>().c_str(), test_case->type_param());
203 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
269 EXPECT_STREQ(GetTypeName<int>().c_str(), test_cases[2]->type_param());
321 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
/external/gtest/test/
H A Dgtest-unittest-api_test.cc192 EXPECT_STREQ(GetTypeName<int>().c_str(), test_case->type_param());
203 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
269 EXPECT_STREQ(GetTypeName<int>().c_str(), test_cases[2]->type_param());
321 EXPECT_STREQ(GetTypeName<int>().c_str(), tests[0]->type_param());
/external/protobuf/src/google/protobuf/
H A Dmessage_lite.h79 virtual string GetTypeName() const = 0;
H A Dmessage.cc82 string Message::GetTypeName() const { function in class:google::protobuf::Message
H A Dmessage_lite.cc80 // action, message.GetTypeName(),
87 result += message.GetTypeName();
H A Dmessage.h287 virtual string GetTypeName() const;
H A Dextension_set.cc86 << containing_type->GetTypeName()
/external/protobuf/gtest/test/
H A Dgtest-unittest-api_test.cc109 comment << "TypeParam = " << GetTypeName<int>().c_str();
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h680 String::Format("TypeParam = %s", GetTypeName<Type>().c_str()).c_str(),
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/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h652 GetTypeName<Type>().c_str(),
H A Dgtest-type-util.h59 // GetTypeName<T>() returns a human-readable name of type T.
63 String GetTypeName() { function in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h658 GetTypeName<Type>().c_str(),
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/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h677 GetTypeName<Type>().c_str(),
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/opencv/cvaux/include/
H A Dcvvidsurv.hpp344 const char* GetTypeName() function in class:CvVSModule
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h494 const string& type_name = GetTypeName<Value>();

Completed in 368 milliseconds