HomeSort by relevance Sort by last modified time
    Searched refs:unspecified_bool_type (Results 1 - 12 of 12) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
operator_bool.hpp 22 typedef void (*unspecified_bool_type)( this_type*** ); typedef
24 operator unspecified_bool_type() const // never throws
34 typedef T * (this_type::*unspecified_bool_type)() const;
36 operator unspecified_bool_type() const // never throws
43 typedef T * this_type::*unspecified_bool_type; typedef in class:this_type
45 operator unspecified_bool_type() const // never throws
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
safe_bool.hpp 28 typedef bool unspecified_bool_type; typedef in class:boost::range_detail::safe_bool
29 static unspecified_bool_type to_unspecified_bool(const bool x, DataMemberPtr)
37 typedef void(*unspecified_bool_type)(this_type***); typedef in class:boost::range_detail::safe_bool
38 static unspecified_bool_type to_unspecified_bool(const bool x, DataMemberPtr)
47 typedef bool (this_type::*unspecified_bool_type)() const;
49 static unspecified_bool_type to_unspecified_bool(const bool x, DataMemberPtr)
56 typedef DataMemberPtr unspecified_bool_type; typedef in class:boost::range_detail::safe_bool
57 static unspecified_bool_type to_unspecified_bool(const bool x, DataMemberPtr p)
  /external/chromium_org/skia/ext/
refptr.h 85 typedef T* RefPtr::*unspecified_bool_type; typedef in class:skia::RefPtr::RefPtr
86 operator unspecified_bool_type() const {
  /external/chromium_org/third_party/skia/include/core/
SkRefCnt.h 265 typedef T* SkRefPtr::*unspecified_bool_type; typedef in class:SkRefPtr::SkRefPtr
266 operator unspecified_bool_type() const {
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 156 typedef T* (IntrusiveRefCntPtr::*unspecified_bool_type) () const;
157 operator unspecified_bool_type() const {
  /external/skia/include/core/
SkRefCnt.h 265 typedef T* SkRefPtr::*unspecified_bool_type; typedef in class:SkRefPtr::SkRefPtr
266 operator unspecified_bool_type() const {
  /external/llvm/include/llvm/Support/
ErrorOr.h 274 typedef void (*unspecified_bool_type)(); typedef in class:llvm::ErrorOr
278 operator unspecified_bool_type() const {
488 typedef void (*unspecified_bool_type)(); typedef in class:llvm::ErrorOr
492 operator unspecified_bool_type() const {
system_error.h 707 typedef void (*unspecified_bool_type)(); typedef in class:llvm::error_condition
710 operator unspecified_bool_type() const { // true if error
774 typedef void (*unspecified_bool_type)(); typedef in class:llvm::error_code
777 operator unspecified_bool_type() const { // true if error
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 204 typedef bool (this_type::*unspecified_bool_type)() const;
442 unspecified_bool_type safe_bool() const { return m_initialized ? &this_type::is_initialized : 0 ; }
503 typedef BOOST_DEDUCED_TYPENAME base::unspecified_bool_type unspecified_bool_type ; typedef in class:boost::optional
651 operator unspecified_bool_type() const { return this->safe_bool() ; }
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.hpp 134 typedef BOOST_DEDUCED_TYPENAME safe_bool_t::unspecified_bool_type unspecified_bool_type; typedef in class:boost::iterator_range
260 operator unspecified_bool_type() const
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 591 typedef T* refcnt_ptr::*unspecified_bool_type; typedef in class:refcnt_ptr::refcnt_ptr
593 operator unspecified_bool_type() const
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 591 typedef T* refcnt_ptr::*unspecified_bool_type; typedef in class:refcnt_ptr::refcnt_ptr
593 operator unspecified_bool_type() const

Completed in 426 milliseconds