Lines Matching defs:testing
61 namespace testing {
121 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
126 Base base = ::testing::internal::ImplicitCast_<Base>(derived);
145 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
164 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable);
190 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
197 base = ::testing::internal::ImplicitCast_<Base>(const_castable);
209 To to = ::testing::internal::ImplicitCast_<To>(&converted);
235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
383 ::testing::ExitedWithCode(0), "Success");
408 class RETest : public ::testing::Test {};
412 typedef testing::Types<
1071 // functionality as we are testing them here.
1323 } // namespace testing