Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc138 class ConstCastable { class
140 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable() function in testing::internal::ConstCastable
152 const ConstCastable const_castable(&converted); in TEST()