Searched refs:IsAProtocolMessage (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-printers.h202 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
/external/gtest/include/gtest/
H A Dgtest-printers.h202 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h828 // IsAProtocolMessage<T>::value is a compile-time bool constant that's
832 struct IsAProtocolMessage struct in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h202 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h202 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc263 using testing::internal::IsAProtocolMessage;
7174 // Tests that IsAProtocolMessage<T>::value is a compile-time constant.
7176 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value,
7178 GTEST_COMPILE_ASSERT_(!IsAProtocolMessage<int>::value, const_false);
7181 // Tests that IsAProtocolMessage<T>::value is true when T is
7184 EXPECT_TRUE(IsAProtocolMessage< ::proto2::Message>::value);
7185 EXPECT_TRUE(IsAProtocolMessage<ProtocolMessage>::value);
7188 // Tests that IsAProtocolMessage<T>::value is false when T is neither
7191 EXPECT_FALSE(IsAProtocolMessage<int>::value);
7192 EXPECT_FALSE(IsAProtocolMessage<cons
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc264 using testing::internal::IsAProtocolMessage;
7065 // Tests that IsAProtocolMessage<T>::value is a compile-time constant.
7067 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value,
7069 GTEST_COMPILE_ASSERT_(!IsAProtocolMessage<int>::value, const_false);
7072 // Tests that IsAProtocolMessage<T>::value is true when T is
7075 EXPECT_TRUE(IsAProtocolMessage< ::proto2::Message>::value);
7076 EXPECT_TRUE(IsAProtocolMessage<ProtocolMessage>::value);
7079 // Tests that IsAProtocolMessage<T>::value is false when T is neither
7082 EXPECT_FALSE(IsAProtocolMessage<int>::value);
7083 EXPECT_FALSE(IsAProtocolMessage<cons
[all...]
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-printers.h206 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h855 // IsAProtocolMessage<T>::value is a compile-time bool constant that's
859 struct IsAProtocolMessage struct in namespace:testing::internal
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h896 // IsAProtocolMessage<T>::value is a compile-time bool constant that's
900 struct IsAProtocolMessage struct in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h925 // IsAProtocolMessage<T>::value is a compile-time bool constant that's
929 struct IsAProtocolMessage struct in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h896 // IsAProtocolMessage<T>::value is a compile-time bool constant that's
900 struct IsAProtocolMessage struct in namespace:testing::internal
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7788 // IsAProtocolMessage<T>::value is a compile-time bool constant that's
7792 struct IsAProtocolMessage struct in namespace:testing::internal
9393 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7788 // IsAProtocolMessage<T>::value is a compile-time bool constant that's
7792 struct IsAProtocolMessage struct in namespace:testing::internal
9393 (internal::IsAProtocolMessage<T>::value ? kProtobuf :

Completed in 324 milliseconds