Home
last modified time | relevance | path

Searched defs:empty_impl (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/sequence/intrinsic/
Dempty.hpp25 struct empty_impl struct
28 struct apply
34 struct empty_impl<sequence_facade_tag> struct
37 struct apply : Sequence::template empty<Sequence> {};
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/preprocessed/no_ctps/
Dvector10.hpp158 struct empty_impl< aux::vector_tag<1> > struct
160 template< typename Vector > struct apply
295 struct empty_impl< aux::vector_tag<2> > struct
297 template< typename Vector > struct apply
433 struct empty_impl< aux::vector_tag<3> > struct
435 template< typename Vector > struct apply
576 struct empty_impl< aux::vector_tag<4> > struct
578 template< typename Vector > struct apply
720 struct empty_impl< aux::vector_tag<5> > struct
722 template< typename Vector > struct apply
[all …]
Dvector20.hpp146 struct empty_impl< aux::vector_tag<11> > struct
148 template< typename Vector > struct apply
315 struct empty_impl< aux::vector_tag<12> > struct
317 template< typename Vector > struct apply
485 struct empty_impl< aux::vector_tag<13> > struct
487 template< typename Vector > struct apply
660 struct empty_impl< aux::vector_tag<14> > struct
662 template< typename Vector > struct apply
836 struct empty_impl< aux::vector_tag<15> > struct
838 template< typename Vector > struct apply
[all …]
Dvector30.hpp178 struct empty_impl< aux::vector_tag<21> > struct
180 template< typename Vector > struct apply
379 struct empty_impl< aux::vector_tag<22> > struct
381 template< typename Vector > struct apply
581 struct empty_impl< aux::vector_tag<23> > struct
583 template< typename Vector > struct apply
788 struct empty_impl< aux::vector_tag<24> > struct
790 template< typename Vector > struct apply
996 struct empty_impl< aux::vector_tag<25> > struct
998 template< typename Vector > struct apply
[all …]
Dvector40.hpp210 struct empty_impl< aux::vector_tag<31> > struct
212 template< typename Vector > struct apply
443 struct empty_impl< aux::vector_tag<32> > struct
445 template< typename Vector > struct apply
677 struct empty_impl< aux::vector_tag<33> > struct
679 template< typename Vector > struct apply
916 struct empty_impl< aux::vector_tag<34> > struct
918 template< typename Vector > struct apply
1156 struct empty_impl< aux::vector_tag<35> > struct
1158 template< typename Vector > struct apply
[all …]
Dvector50.hpp242 struct empty_impl< aux::vector_tag<41> > struct
244 template< typename Vector > struct apply
507 struct empty_impl< aux::vector_tag<42> > struct
509 template< typename Vector > struct apply
773 struct empty_impl< aux::vector_tag<43> > struct
775 template< typename Vector > struct apply
1044 struct empty_impl< aux::vector_tag<44> > struct
1046 template< typename Vector > struct apply
1316 struct empty_impl< aux::vector_tag<45> > struct
1318 template< typename Vector > struct apply
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/list/aux_/
Dempty.hpp24 struct empty_impl< aux::list_tag > struct
26 template< typename List > struct apply
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/map/aux_/
Dempty_impl.hpp24 struct empty_impl< aux::map_tag > struct
26 template< typename Map > struct apply
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/range_c/
Dempty.hpp24 struct empty_impl< aux::half_open_range_tag > struct
26 template< typename Range > struct apply
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/
Dempty_impl.hpp28 struct empty_impl struct
30 template< typename Sequence > struct apply
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/mpl/
Dempty.hpp20 struct empty_impl<fusion::fusion_sequence_tag> struct
23 struct apply : fusion::result_of::empty<Sequence> {};
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/set/aux_/
Dempty_impl.hpp24 struct empty_impl< aux::set_tag > struct
26 template< typename Set > struct apply
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/vector/aux_/
Dempty.hpp29 struct empty_impl< aux::vector_tag > struct
31 template< typename Vector > struct apply
Dnumbered.hpp179 struct empty_impl< aux::vector_tag<i_> > struct
181 template< typename Vector > struct apply
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/list/detail/
Dempty_impl.hpp29 struct empty_impl<cons_tag> struct
32 struct apply
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/adapted/mpl/detail/
Dempty_impl.hpp24 struct empty_impl<mpl_sequence_tag> struct
27 struct apply : mpl::empty<Sequence> {};
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/include/boost/function_types/detail/
Dcomponents_as_mpl_sequence.hpp33 template<> struct empty_impl struct
36 template< typename S > struct apply
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/view/flatten_view/
Dflatten_view.hpp123 struct empty_impl<flatten_view_tag> struct
126 struct apply
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/test/
Dcopy.cpp102 struct empty_impl< ::push_back_only_tag > struct
104 template< typename Seq > struct apply
/aosp_15_r20/external/icing/icing/index/lite/
H A Dlite-index.h374 bool empty_impl() const ICING_SHARED_LOCKS_REQUIRED(mutex_) { in empty_impl() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dresource_operation_safety_analysis.cc220 static Impl* empty_impl = new Impl; in GetEmptyImpl() local