Home
last modified time | relevance | path

Searched refs:const_converted_ (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-port_test.cc171 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable()
177 *const_converted_ = true; in operator Base()
183 bool* const_converted_; member in testing::internal::ConstAndNonConstCastable