OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:if_c
(Results
1 - 21
of
21
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
common.hpp
81
typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::
if_c
< ::boost::range_detail::range_helper<C>::is_pair_,
84
typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::
if_c
< ::boost::range_detail::range_helper<C>::is_array_,
87
typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::
if_c
< ::boost::range_detail::range_helper<C>::is_string_,
90
typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::
if_c
< ::boost::range_detail::range_helper<C>::is_const_char_ptr_,
93
typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::
if_c
< ::boost::range_detail::range_helper<C>::is_char_ptr_,
96
typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::
if_c
< ::boost::range_detail::range_helper<C>::is_const_wchar_t_ptr_,
99
typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::
if_c
< ::boost::range_detail::range_helper<C>::is_wchar_t_ptr_,
102
typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::
if_c
< ::boost::range_detail::range_helper<C>::is_wchar_t_array_,
105
typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::
if_c
< ::boost::range_detail::range_helper<C>::is_char_array_,
109
typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::
if_c
< ::boost::is_void<char_array_t>::value
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
if.hpp
34
struct
if_c
struct in namespace:boost::mpl
43
struct
if_c
<false,T1,T2>
struct in namespace:boost::mpl
59
typedef
if_c
<
106
struct
if_c
eval_if.hpp
59
typedef typename
if_c
<C,F1,F2>::type f_;
62
:
if_c
<C,F1,F2>::type
has_xxx.hpp
111
: boost::mpl::
if_c
< \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
largest_int.hpp
47
:
if_c
<
57
typedef typename
if_c
< (rank1 >= rank2),T1,T2 >::type type;
numeric_op.hpp
82
:
if_c
<
87
:
if_c
<
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
make_unsigned.hpp
47
typedef typename mpl::
if_c
<
55
typename mpl::
if_c
<
86
typename mpl::
if_c
<
89
typename mpl::
if_c
<
92
typename mpl::
if_c
<
95
typename mpl::
if_c
<
type_with_alignment.hpp
89
: public mpl::
if_c
<(alignment_of<TestType>::value == target), TestType, char>
112
typedef typename mpl::
if_c
<value, TestType, char>::type type;
198
typedef typename mpl::
if_c
<
294
typedef mpl::
if_c
<
303
typedef mpl::
if_c
<
312
typedef mpl::
if_c
<
320
typedef mpl::
if_c
<
328
typedef mpl::
if_c
<
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
promotion.hpp
33
#include <boost/mpl/if.hpp> // for boost::mpl::
if_c
.
34
#include <boost/mpl/and.hpp> // for boost::mpl::
if_c
.
35
#include <boost/mpl/or.hpp> // for boost::mpl::
if_c
.
36
#include <boost/mpl/not.hpp> // for boost::mpl::
if_c
.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
equal_to.hpp
19
:
if_c
<
greater.hpp
19
:
if_c
<
greater_equal.hpp
19
:
if_c
<
less.hpp
19
:
if_c
<
less_equal.hpp
19
:
if_c
<
not_equal_to.hpp
19
:
if_c
<
minus.hpp
19
:
if_c
<
plus.hpp
19
:
if_c
<
times.hpp
19
:
if_c
<
/external/clang/test/SemaTemplate/
instantiate-function-params.cpp
4
template<bool C> struct
if_c
{ };
struct
6
typedef
if_c
< static_cast<bool>(T1::value)> almost_type_; // expected-note 5{{in instantiation}}
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp
242
typedef typename mpl::
if_c
<
249
typedef typename mpl::
if_c
<
253
typedef typename mpl::
if_c
<
782
typedef typename mpl::
if_c
<
786
typename mpl::
if_c
<
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp
141
typedef BOOST_DEDUCED_TYPENAME boost::mpl::
if_c
<
226
typedef BOOST_DEDUCED_TYPENAME boost::mpl::
if_c
<
610
BOOST_DEDUCED_TYPENAME boost::mpl::
if_c
<
[
all
...]
Completed in 383 milliseconds