Searched refs:void_ (Results 1 – 14 of 14) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | begin_end_impl.hpp | 54 aux::begin_type<Sequence>, void_>::type type; 64 aux::end_type<Sequence>, void_>::type type; 88 AUX778076_IMPL_SPEC(begin, non_sequence_tag, void_) 89 AUX778076_IMPL_SPEC(end, non_sequence_tag, void_) 90 AUX778076_IMPL_SPEC(begin, na, void_) 91 AUX778076_IMPL_SPEC(end, na, void_)
|
D | traits_lambda_spec.hpp | 29 template<> struct trait<void_> \ 40 template<> struct trait<void_> \
|
D | na_spec.hpp | 79 , void_ \ 89 , void_ \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | void.hpp | 29 struct void_ { typedef void_ type; }; struct 45 struct is_void_<void_> 63 struct is_not_void_<void_>
|
D | void_fwd.hpp | 21 struct void_; 24 BOOST_MPL_AUX_ADL_BARRIER_DECL(void_)
|
D | lambda_fwd.hpp | 31 , typename Tag = void_ 48 , typename Tag = void_
|
D | tag.hpp | 31 template< typename T, typename Default = void_ > struct tag
|
D | is_sequence.hpp | 94 : not_< is_same< typename begin<T>::type, void_ > >
|
D | quote.hpp | 123 , typename Tag = void_
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | quote.hpp | 28 , typename Tag = void_ 45 , typename Tag = void_ 62 , typename Tag = void_ 79 , typename Tag = void_ 103 , typename Tag = void_
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | reference_content.hpp | 79 template <typename T = mpl::void_> struct make_reference_content; 110 struct make_reference_content< mpl::void_ > 118 typedef mpl::void_ type;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
D | vector0.hpp | 39 static aux::type_wrapper<void_> item_(...); 43 typedef void_ item0;
|
D | item.hpp | 79 static aux::type_wrapper<void_> item_(index_); 95 static aux::type_wrapper<void_> item_(index_);
|
D | at.hpp | 98 typedef void_ type;
|