Home
last modified time | relevance | path

Searched defs:size_impl (Results 1 – 25 of 39) sorted by relevance

12

/third_party/boost/boost/fusion/sequence/intrinsic/
Dsize.hpp31 struct size_impl struct
34 struct unsegmented_size : Sequence::size {};
37 struct apply
47 struct size_impl<sequence_facade_tag> struct
50 struct apply : Sequence::template size<Sequence> {};
/third_party/boost/boost/fusion/adapted/struct/detail/
Dsize_impl.hpp19 struct size_impl<struct_tag> struct
22 struct apply
28 struct size_impl<assoc_struct_tag> struct
/third_party/boost/boost/mpl/aux_/
Dsize_impl.hpp29 struct size_impl struct
31 template< typename Sequence > struct apply
/third_party/boost/boost/mpl/list/aux_/
Dsize.hpp23 struct size_impl< aux::list_tag > struct
25 template< typename List > struct apply
/third_party/boost/boost/fusion/mpl/
Dsize.hpp20 struct size_impl<fusion::fusion_sequence_tag> struct
23 struct apply : fusion::result_of::size<Sequence> {};
/third_party/boost/boost/mpl/map/aux_/
Dsize_impl.hpp23 struct size_impl< aux::map_tag > struct
25 template< typename Map > struct apply
/third_party/boost/boost/mpl/aux_/range_c/
Dsize.hpp24 struct size_impl< aux::half_open_range_tag > struct
26 template< typename Range > struct apply
/third_party/boost/boost/mpl/set/aux_/
Dsize_impl.hpp23 struct size_impl< aux::set_tag > struct
25 template< typename Set > struct apply
/third_party/boost/boost/fusion/adapted/array/
Dsize_impl.hpp21 struct size_impl<po_array_tag> struct
24 struct apply
/third_party/boost/boost/fusion/adapted/boost_tuple/detail/
Dsize_impl.hpp24 struct size_impl<boost_tuple_tag> struct
27 struct apply : mpl::int_<tuples::length<Sequence>::value> {};
/third_party/boost/boost/fusion/adapted/std_tuple/detail/
Dsize_impl.hpp25 struct size_impl<std_tuple_tag> struct
28 struct apply :
/third_party/boost/boost/fusion/adapted/std_array/detail/
Dsize_impl.hpp25 struct size_impl<std_array_tag> struct
28 struct apply
/third_party/boost/boost/fusion/view/filter_view/detail/
Dsize_impl.hpp25 struct size_impl<filter_view_tag> struct
28 struct apply
/third_party/boost/boost/fusion/adapted/mpl/detail/
Dsize_impl.hpp24 struct size_impl<mpl_sequence_tag> struct
27 struct apply : mpl::size<Sequence> {};
/third_party/boost/boost/fusion/adapted/boost_array/detail/
Dsize_impl.hpp21 struct size_impl<boost_array_tag> struct
24 struct apply : mpl::int_<Sequence::static_size> {};
/third_party/boost/boost/fusion/view/iterator_range/detail/
Dsize_impl.hpp24 struct size_impl<iterator_range_tag> struct
27 struct apply
/third_party/boost/boost/fusion/view/nview/detail/
Dsize_impl.hpp25 struct size_impl<nview_tag> struct
28 struct apply
/third_party/boost/libs/fusion/example/extension/detail/
Dsize_impl.hpp26 struct size_impl<example::example_sequence_tag> struct
29 struct apply
/third_party/boost/boost/fusion/view/zip_view/detail/
Dsize_impl.hpp24 struct size_impl<zip_view_tag> struct
27 struct apply
/third_party/boost/boost/fusion/view/single_view/detail/
Dsize_impl.hpp20 struct size_impl<single_view_tag> struct
23 struct apply
/third_party/boost/libs/phoenix/example/
Dcontainer_actor.cpp24 struct size_impl struct
41 typename result<size_impl(Container const&)>::type argument
42 operator()(Container const& container) const in operator ()()
/third_party/boost/boost/mpl/
Dempty_sequence.hpp33 struct size_impl<empty_sequence::tag> struct
35 template< typename Sequence > struct apply
Djoint_view.hpp30 struct size_impl< aux::joint_view_tag > struct
32 template < typename JointView > struct apply
/third_party/benchmark/src/
Dbenchmark_name.cc22 size_t size_impl() { return 0; } in size_impl() function
25 size_t size_impl(const Head& head, const Tail&... tail) { in size_impl() function
/third_party/boost/boost/mpl/vector/aux_/
Dsize.hpp28 struct size_impl< aux::vector_tag > struct

12