Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dpredicate_result.hpp44 struct dummy { void nonnull() {}; }; in nonnull() function
59 …operator safe_bool() const { return !!p_predicate_value ? &dummy::nonnull : 0… in operator safe_bool()
Dmock_object.hpp140 struct dummy { void nonnull() {}; }; in nonnull() function
241 (BOOST_ITEST_DPOINT() ? 0 : &dummy::nonnull) ); in operator safe_bool()