Searched refs:converted_ (Results 1 – 1 of 1) sorted by relevance
132 explicit Castable(bool* converted) : converted_(converted) {} in Castable()134 *converted_ = true; in operator Base()139 bool* converted_; member in testing::internal::Castable151 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable()153 *converted_ = true; in operator Base()158 bool* converted_; member in testing::internal::ConstCastable171 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable()173 *converted_ = true; in operator Base()182 bool* converted_; member in testing::internal::ConstAndNonConstCastable