Searched refs:ConstAndNonConstCastable (Results 1 – 1 of 1) sorted by relevance
158 class ConstAndNonConstCastable { class160 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable() function in testing::internal::ConstAndNonConstCastable179 ConstAndNonConstCastable castable(&converted, &const_converted); in TEST()186 const ConstAndNonConstCastable const_castable(&converted, &const_converted); in TEST()