Home
last modified time | relevance | path

Searched refs:converted_ (Results 1 - 2 of 2) sorted by relevance

/third_party/googletest/googletest/test/
H A Dgoogletest-port-test.cc125 explicit Castable(bool* converted) : converted_(converted) {} in Castable()
127 *converted_ = true; in operator Base()
132 bool* converted_; member in testing::internal::Castable
144 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable()
146 *converted_ = true; in operator Base()
151 bool* converted_; member in testing::internal::ConstCastable
164 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable()
166 *converted_ = true; in operator Base()
175 bool* converted_; member in testing::internal::ConstAndNonConstCastable
/third_party/googletest/googlemock/test/
H A Dgmock-actions_test.cc836 explicit FromType(bool* is_converted) : converted_(is_converted) {} in FromType()
837 bool* converted() const { return converted_; } in converted()
840 bool* const converted_; member in testing::__anon2997::FromType

Completed in 6 milliseconds