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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1108 N, T, internal::IsAProtocolMessage<T>::value> >
1111 N, T, internal::IsAProtocolMessage<T>::value>(x));
1139 N, T, internal::IsAProtocolMessage<T>::value> >
1142 N, T, internal::IsAProtocolMessage<T>::value>(x));
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc264 using testing::internal::IsAProtocolMessage;
7355 // Tests that IsAProtocolMessage<T>::value is a compile-time constant.
7357 GTEST_COMPILE_ASSERT_(IsAProtocolMessage<ProtocolMessage>::value,
7359 GTEST_COMPILE_ASSERT_(!IsAProtocolMessage<int>::value, const_false);
7362 // Tests that IsAProtocolMessage<T>::value is true when T is
7365 EXPECT_TRUE(IsAProtocolMessage< ::proto2::Message>::value);
7366 EXPECT_TRUE(IsAProtocolMessage<ProtocolMessage>::value);
7369 // Tests that IsAProtocolMessage<T>::value is false when T is neither
7372 EXPECT_FALSE(IsAProtocolMessage<int>::value);
7373 EXPECT_FALSE(IsAProtocolMessage<cons
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h206 (internal::IsAProtocolMessage<T>::value ? kProtobuf :
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h899 // IsAProtocolMessage<T>::value is a compile-time bool constant that's
903 struct IsAProtocolMessage struct in namespace:testing::internal

Completed in 46 milliseconds