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

/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc149 class ConstCastable { class in namespace:testing::internal
151 explicit ConstCastable(bool* converted) : converted_(converted) {} function in class:testing::internal::ConstCastable
163 const ConstCastable const_castable(&converted);

Completed in 8 milliseconds