Searched refs:converted_ (Results 1 – 3 of 3) sorted by relevance
95 Castable(bool* converted) : converted_(converted) {} in Castable()97 *converted_ = true; in operator Base()102 bool* converted_; member in testing::internal::Castable114 ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable()116 *converted_ = true; in operator Base()121 bool* converted_; member in testing::internal::ConstCastable134 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable()136 *converted_ = true; in operator Base()145 bool* converted_; member in testing::internal::ConstAndNonConstCastable
93 Castable(bool* converted) : converted_(converted) {} in Castable()95 *converted_ = true; in operator Base()100 bool* converted_; member in testing::internal::Castable112 ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable()114 *converted_ = true; in operator Base()119 bool* converted_; member in testing::internal::ConstCastable132 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable()134 *converted_ = true; in operator Base()143 bool* converted_; member in testing::internal::ConstAndNonConstCastable
521 FromType(bool* is_converted) : converted_(is_converted) {} in FromType()522 bool* converted() const { return converted_; } in converted()525 bool* const converted_; member in __anon8ca216c60111::FromType