Searched refs:ConstAndNonConstCastable (Results 1 – 2 of 2) sorted by relevance
131 class ConstAndNonConstCastable { class133 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable() function in testing::internal::ConstAndNonConstCastable152 ConstAndNonConstCastable castable(&converted, &const_converted); in TEST()159 const ConstAndNonConstCastable const_castable(&converted, &const_converted); in TEST()
129 class ConstAndNonConstCastable { class131 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable() function in testing::internal::ConstAndNonConstCastable150 ConstAndNonConstCastable castable(&converted, &const_converted); in TEST()157 const ConstAndNonConstCastable const_castable(&converted, &const_converted); in TEST()