Searched refs:converted_ (Results 1 – 2 of 2) sorted by relevance
122 explicit Castable(bool* converted) : converted_(converted) {} in Castable()124 *converted_ = true; in operator Base()129 bool* converted_; member in testing::internal::Castable141 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable()143 *converted_ = true; in operator Base()148 bool* converted_; member in testing::internal::ConstCastable161 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable()163 *converted_ = true; in operator Base()172 bool* converted_; member in testing::internal::ConstAndNonConstCastable
574 explicit FromType(bool* is_converted) : converted_(is_converted) {} in FromType()575 bool* converted() const { return converted_; } in converted()578 bool* const converted_; member in __anon508b58170111::FromType