Home | History | Annotate | Download | only in test

Lines Matching refs:ImplicitCast_

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);