OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bool_
(Results
1 - 24
of
24
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
bool_fwd.hpp
21
template< bool C_ > struct
bool_
;
24
typedef
bool_
<true> true_;
25
typedef
bool_
<false> false_;
29
BOOST_MPL_AUX_ADL_BARRIER_DECL(
bool_
)
bool.hpp
23
template< bool C_ > struct
bool_
struct
27
typedef
bool_
type;
34
bool const
bool_
<C_>::value;
has_xxx.hpp
106
typedef boost::mpl::
bool_
<value> type; \
109
template< typename T, typename fallback_ = boost::mpl::
bool_
<default_> > \
113
, boost::mpl::
bool_
<false> \
139
typedef boost::mpl::
bool_
<false> type; \
178
typedef boost::mpl::
bool_
<value> type; \
188
typedef boost::mpl::
bool_
<value> type; \
191
template< typename T, typename fallback_ = boost::mpl::
bool_
<default_> > \
219
template< typename T, typename fallback_ = boost::mpl::
bool_
<default_> > \
223
typedef boost::mpl::
bool_
< trait< T, fallback_ >::value > type; \
236
template< typename T, typename fallback_ = boost::mpl::
bool_
<default_> >
[
all
...]
is_sequence.hpp
72
,
bool_
<false>
84
:
bool_
<false>
103
:
bool_
<false>
not.hpp
29
:
bool_
<!C_>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
sequence_traits.hpp
105
typedef mpl::
bool_
<has_native_replace<T>::value> type;
132
typedef mpl::
bool_
<has_stable_iterators<T>::value> type;
159
typedef mpl::
bool_
<has_const_time_insert<T>::value> type;
186
typedef mpl::
bool_
<has_const_time_erase<T>::value> type;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
int_float_mixture.hpp
38
typedef mpl::
bool_
< ::std::numeric_limits<S>::is_integer > S_int ;
39
typedef mpl::
bool_
< ::std::numeric_limits<T>::is_integer > T_int ;
sign_mixture.hpp
38
typedef mpl::
bool_
< ::std::numeric_limits<S>::is_signed > S_signed ;
39
typedef mpl::
bool_
< ::std::numeric_limits<T>::is_signed > T_signed ;
bounds.hpp
46
typedef mpl::
bool_
< ::std::numeric_limits<N>::is_integer > is_int ;
meta.hpp
34
typedef mpl::
bool_
<value> type;
43
typedef mpl::
bool_
<(
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
indirect_traits.hpp
256
typedef mpl::
bool_
<value> type;
261
: mpl::if_<is_reference<T>, is_reference_to_function_aux<T>, mpl::
bool_
<false> >::type
272
typedef mpl::
bool_
<value> type;
277
: mpl::if_<is_pointer<T>, is_pointer_to_function_aux<T>, mpl::
bool_
<false> >::type
304
typedef mpl::
bool_
<value> type;
337
typedef mpl::
bool_
<value> type;
370
typedef mpl::
bool_
<value> type;
399
typedef mpl::
bool_
<value> type;
433
typedef mpl::
bool_
<value> type;
441
, mpl::
bool_
<false
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
has_constraints.hpp
45
typedef mpl::
bool_
<value> type;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
comparison_op.hpp
62
:
bool_
< AUX778076_OP(N1, N2) >
67
typedef
bool_
<value> type;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
equal_to.hpp
89
:
bool_
< ( BOOST_MPL_AUX_VALUE_WKND(N1)::value == BOOST_MPL_AUX_VALUE_WKND(N2)::value ) >
greater.hpp
89
:
bool_
< ( BOOST_MPL_AUX_VALUE_WKND(N1)::value > BOOST_MPL_AUX_VALUE_WKND(N2)::value ) >
greater_equal.hpp
89
:
bool_
< ( BOOST_MPL_AUX_VALUE_WKND(N1)::value >= BOOST_MPL_AUX_VALUE_WKND(N2)::value ) >
less.hpp
89
:
bool_
< ( BOOST_MPL_AUX_VALUE_WKND(N2)::value > BOOST_MPL_AUX_VALUE_WKND(N1)::value ) >
less_equal.hpp
89
:
bool_
< ( BOOST_MPL_AUX_VALUE_WKND(N1)::value <= BOOST_MPL_AUX_VALUE_WKND(N2)::value ) >
not_equal_to.hpp
89
:
bool_
< ( BOOST_MPL_AUX_VALUE_WKND(N1)::value != BOOST_MPL_AUX_VALUE_WKND(N2)::value ) >
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp
310
value_.
bool_
= false;
449
value_.
bool_
= value;
598
return value_.
bool_
< other.value_.
bool_
;
664
return value_.
bool_
== other.value_.
bool_
;
711
return value_.
bool_
? "true" : "false";
749
return value_.
bool_
? 1 : 0;
774
return value_.
bool_
? 1 : 0;
800
return value_.
bool_
? 1 : 0
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp
112
template <class T> struct is_##name : public boost::mpl::
bool_
< ::boost::math::policies::detail::is_##name##_imp<T>::value>{};
115
template <bool N = Default> struct name : public boost::mpl::
bool_
<N>{};\
127
template <class T> struct is_##name : public boost::mpl::
bool_
< ::boost::math::policies::detail::is_##name##_imp<T>::value>{};
146
template <class T> struct is_##name : public boost::mpl::
bool_
< ::boost::math::policies::detail::is_##name##_imp<T>::value>\
152
template <bool N = Default> struct name : public boost::mpl::
bool_
<N>{};\
168
template <class T> struct is_##name : public boost::mpl::
bool_
< ::boost::math::policies::detail::is_##name##_imp<T>::value>\
300
: public mpl::
bool_
<
305
: public mpl::
bool_
<
798
typedef mpl::
bool_
< ::std::numeric_limits<Real>::is_specialized> spec_t;
841
typedef mpl::
bool_
< std::numeric_limits<T>::is_specialized > tag_type
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
ref.hpp
164
typedef ::boost::mpl::
bool_
<value> type;
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h
489
bool
bool_
;
member in union:Json::Value::ValueHolder
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp
240
: mpl::
bool_
<
Completed in 1589 milliseconds