Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc119 class Castable { class
121 explicit Castable(bool* converted) : converted_(converted) {} in Castable() function in testing::internal::Castable
133 Castable castable(&converted); in TEST()