HomeSort by relevance Sort by last modified time
    Searched defs:safe_bool (Results 1 - 5 of 5) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
predicate_result.hpp 45 typedef void (dummy::*safe_bool)(); typedef in class:boost::test_tools::predicate_result
59 operator safe_bool() const { return !!p_predicate_value ? &dummy::nonnull : 0; }
mock_object.hpp 141 typedef void (dummy::*safe_bool)(); typedef in class:boost::itest::mock_object
238 operator safe_bool() const
240 MO_OP_IMPL( safe_bool, "Bool context conversion",
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
safe_bool.hpp 22 class safe_bool class in namespace:boost::range_detail
25 typedef safe_bool this_type;
63 safe_bool();
64 safe_bool(const safe_bool&);
65 void operator=(const safe_bool&);
66 ~safe_bool();
  /external/clang/test/SemaTemplate/
instantiate-declref.cpp 76 struct safe_bool { struct in struct:smart_ptr
80 operator int safe_bool::*() const {
81 return ptr? &safe_bool::member : 0;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 442 unspecified_bool_type safe_bool() const { return m_initialized ? &this_type::is_initialized : 0 ; } function in class:boost::optional_detail::optional_base
651 operator unspecified_bool_type() const { return this->safe_bool() ; }

Completed in 223 milliseconds