Searched refs:ConstAndNonConstCastable (Results 1 – 1 of 1) sorted by relevance
161 class ConstAndNonConstCastable { class163 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable() function in testing::internal::ConstAndNonConstCastable182 ConstAndNonConstCastable castable(&converted, &const_converted); in TEST()189 const ConstAndNonConstCastable const_castable(&converted, &const_converted); in TEST()