Searched refs:Exists (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc92 // Tests that BuiltInDefaultValue<T*>::Exists() return true.
94 EXPECT_TRUE(BuiltInDefaultValue<int*>::Exists());
95 EXPECT_TRUE(BuiltInDefaultValue<const char*>::Exists());
96 EXPECT_TRUE(BuiltInDefaultValue<void*>::Exists());
127 // Tests that BuiltInDefaultValue<T>::Exists() returns true when T is a
130 EXPECT_TRUE(BuiltInDefaultValue<unsigned char>::Exists());
131 EXPECT_TRUE(BuiltInDefaultValue<signed char>::Exists());
132 EXPECT_TRUE(BuiltInDefaultValue<char>::Exists());
134 EXPECT_TRUE(BuiltInDefaultValue<unsigned wchar_t>::Exists());
135 EXPECT_TRUE(BuiltInDefaultValue<signed wchar_t>::Exists());
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h101 static bool Exists() { function in class:testing::internal::BuiltInDefaultValue
112 static bool Exists() {
128 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); } function in class:testing::internal::BuiltInDefaultValue
137 static bool Exists() { return true; } function in class:testing::internal::BuiltInDefaultValue
147 static bool Exists() { return true; } \
229 static bool Exists() { function in class:testing::DefaultValue
230 return IsSet() || internal::BuiltInDefaultValue<T>::Exists();
234 // otherwise returns the built-in default value. Requires that Exists()
292 static bool Exists() { function in class:testing::DefaultValue
313 static bool Exists() { return true; } function in class:testing::DefaultValue
[all...]
H A Dgmock-spec-builders.h1509 if (!DefaultValue<Result>::Exists()) {
1513 Assert(DefaultValue<Result>::Exists(), "", -1, message);

Completed in 15 milliseconds