OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unspecified_bool_type
(Results
1 - 5
of
5
) 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)
/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/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 214 milliseconds