Home
last modified time | relevance | path

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

/third_party/boost/boost/mpl/list/aux_/
Dclear.hpp24 struct clear_impl< aux::list_tag > struct
26 template< typename List > struct apply
/third_party/boost/boost/mpl/vector/aux_/
Dclear.hpp28 struct clear_impl< aux::vector_tag > struct
30 template< typename Vector > struct apply
Dnumbered.hpp204 struct clear_impl< aux::vector_tag<i_> > struct
206 template< typename Vector > struct apply
/third_party/boost/boost/mpl/map/aux_/
Dclear_impl.hpp25 struct clear_impl< aux::map_tag > struct
27 template< typename Map > struct apply
/third_party/boost/boost/fusion/mpl/
Dclear.hpp21 struct clear_impl<fusion::fusion_sequence_tag> struct
24 struct apply
/third_party/boost/boost/mpl/set/aux_/
Dclear_impl.hpp25 struct clear_impl< aux::set_tag > struct
27 template< typename Set > struct apply
/third_party/boost/boost/mpl/aux_/
Dclear_impl.hpp26 struct clear_impl struct
/third_party/boost/boost/metaparse/v1/cpp11/
Dstring.hpp117 struct clear_impl<boost::metaparse::v1::string_tag> struct
119 typedef clear_impl type;
122 struct apply : boost::metaparse::v1::string<> {};
/third_party/boost/boost/metaparse/v1/cpp98/
Dstring.hpp123 struct clear_impl<boost::metaparse::v1::string_tag> struct
125 typedef clear_impl type;
128 struct apply : boost::metaparse::v1::string<> {};
/third_party/boost/boost/mpl/vector/aux_/preprocessed/no_ctps/
Dvector10.hpp51 struct clear_impl< aux::vector_tag<0> > struct
53 template< typename Vector > struct apply
182 struct clear_impl< aux::vector_tag<1> > struct
184 template< typename Vector > struct apply
319 struct clear_impl< aux::vector_tag<2> > struct
321 template< typename Vector > struct apply
457 struct clear_impl< aux::vector_tag<3> > struct
459 template< typename Vector > struct apply
600 struct clear_impl< aux::vector_tag<4> > struct
602 template< typename Vector > struct apply
[all …]
Dvector20.hpp170 struct clear_impl< aux::vector_tag<11> > struct
172 template< typename Vector > struct apply
339 struct clear_impl< aux::vector_tag<12> > struct
341 template< typename Vector > struct apply
509 struct clear_impl< aux::vector_tag<13> > struct
511 template< typename Vector > struct apply
684 struct clear_impl< aux::vector_tag<14> > struct
686 template< typename Vector > struct apply
860 struct clear_impl< aux::vector_tag<15> > struct
862 template< typename Vector > struct apply
[all …]
Dvector30.hpp202 struct clear_impl< aux::vector_tag<21> > struct
204 template< typename Vector > struct apply
403 struct clear_impl< aux::vector_tag<22> > struct
405 template< typename Vector > struct apply
605 struct clear_impl< aux::vector_tag<23> > struct
607 template< typename Vector > struct apply
812 struct clear_impl< aux::vector_tag<24> > struct
814 template< typename Vector > struct apply
1020 struct clear_impl< aux::vector_tag<25> > struct
1022 template< typename Vector > struct apply
[all …]
Dvector40.hpp234 struct clear_impl< aux::vector_tag<31> > struct
236 template< typename Vector > struct apply
467 struct clear_impl< aux::vector_tag<32> > struct
469 template< typename Vector > struct apply
701 struct clear_impl< aux::vector_tag<33> > struct
703 template< typename Vector > struct apply
940 struct clear_impl< aux::vector_tag<34> > struct
942 template< typename Vector > struct apply
1180 struct clear_impl< aux::vector_tag<35> > struct
1182 template< typename Vector > struct apply
[all …]
Dvector50.hpp266 struct clear_impl< aux::vector_tag<41> > struct
268 template< typename Vector > struct apply
531 struct clear_impl< aux::vector_tag<42> > struct
533 template< typename Vector > struct apply
797 struct clear_impl< aux::vector_tag<43> > struct
799 template< typename Vector > struct apply
1068 struct clear_impl< aux::vector_tag<44> > struct
1070 template< typename Vector > struct apply
1340 struct clear_impl< aux::vector_tag<45> > struct
1342 template< typename Vector > struct apply
[all …]
/third_party/boost/boost/function_types/detail/
Dcomponents_as_mpl_sequence.hpp75 template<> struct clear_impl struct
79 struct apply
/third_party/boost/boost/stl_interfaces/
Dsequence_container_interface.hpp117 struct clear_impl struct
119 static constexpr void call(D & d) noexcept {} in call()
122 struct clear_impl<D, void_t<decltype(std::declval<D>().clear())>> struct
124 static constexpr void call(D & d) noexcept { d.clear(); } in call()
/third_party/boost/boost/mp11/detail/
Dmpl_common.hpp77 template<> struct clear_impl<aux::mp11_tag> struct
79 template<class L> struct apply
/third_party/boost/libs/mpl/test/
Dcopy.cpp153 struct clear_impl< ::push_back_only_tag > struct
155 template< typename Seq > struct apply
/third_party/boost/boost/mpl/
Dstring.hpp493 struct clear_impl<mpl::string_tag> struct
496 struct apply
/third_party/boost/boost/spirit/home/support/
Dattributes.hpp1085 void clear_impl(T& val, mpl::false_) in clear_impl() function
1092 void clear_impl(T& val, mpl::true_) in clear_impl() function
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp4514 template <typename Types> inline void table<Types>::clear_impl() in clear_impl() function in boost::unordered::detail::table