Home | History | Annotate | Download | only in test

Lines Matching full:castable

93 class Castable {
95 Castable(bool* converted) : converted_(converted) {}
107 Castable castable(&converted);
108 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
152 ConstAndNonConstCastable castable(&converted, &const_converted);
153 Base base = ::testing::internal::ImplicitCast_<Base>(castable);