Searched refs:ConstAndNonConstCastable (Results 1 – 1 of 1) sorted by relevance
157 class ConstAndNonConstCastable { class159 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable() function in testing::internal::ConstAndNonConstCastable178 ConstAndNonConstCastable castable(&converted, &const_converted); in TEST()185 const ConstAndNonConstCastable const_castable(&converted, &const_converted); in TEST()