Home
last modified time | relevance | path

Searched refs:at_impl (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/
H A Dat.hpp34 struct at_impl struct
41 struct at_impl<sequence_facade_tag> struct
48 struct at_impl<boost_tuple_tag>;
51 struct at_impl<boost_array_tag>;
54 struct at_impl<mpl_sequence_tag>;
57 struct at_impl<std_pair_tag>;
60 struct at_impl<std_tuple_tag>;
66 struct at_impl struct
72 , typename extension::at_impl<Tag>::template apply<Sequence, N>
82 : detail::at_impl<Sequence, N, typename detail::tag_of<Sequence>::type>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/preprocessed/
H A Dvector40.hpp179at_impl(mpl::int_<0>) { return this->m0; } BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED typename add_r… in at_impl() function
183 at_impl(I) in at_impl() function
185 return this->at_impl(mpl::int_<I::value>()); in at_impl()
190 at_impl(I) const in at_impl() function
192 return this->at_impl(mpl::int_<I::value>()); in at_impl()
360at_impl(mpl::int_<0>) { return this->m0; } BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED typename add_r… in at_impl() function
364 at_impl(I) in at_impl() function
366 return this->at_impl(mpl::int_<I::value>()); in at_impl()
371 at_impl(I) const in at_impl() function
373 return this->at_impl(mpl::int_<I::value>()); in at_impl()
[all …]
H A Dvector50.hpp179at_impl(mpl::int_<0>) { return this->m0; } BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED typename add_r… in at_impl() function
183 at_impl(I) in at_impl() function
185 return this->at_impl(mpl::int_<I::value>()); in at_impl()
190 at_impl(I) const in at_impl() function
192 return this->at_impl(mpl::int_<I::value>()); in at_impl()
360at_impl(mpl::int_<0>) { return this->m0; } BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED typename add_r… in at_impl() function
364 at_impl(I) in at_impl() function
366 return this->at_impl(mpl::int_<I::value>()); in at_impl()
371 at_impl(I) const in at_impl() function
373 return this->at_impl(mpl::int_<I::value>()); in at_impl()
[all …]
H A Dvector30.hpp179at_impl(mpl::int_<0>) { return this->m0; } BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED typename add_r… in at_impl() function
183 at_impl(I) in at_impl() function
185 return this->at_impl(mpl::int_<I::value>()); in at_impl()
190 at_impl(I) const in at_impl() function
192 return this->at_impl(mpl::int_<I::value>()); in at_impl()
360at_impl(mpl::int_<0>) { return this->m0; } BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED typename add_r… in at_impl() function
364 at_impl(I) in at_impl() function
366 return this->at_impl(mpl::int_<I::value>()); in at_impl()
371 at_impl(I) const in at_impl() function
373 return this->at_impl(mpl::int_<I::value>()); in at_impl()
[all …]
H A Dvector10.hpp185at_impl(mpl::int_<0>) { return this->m0; } BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED typename add_… in at_impl() function
189 at_impl(I) in at_impl() function
191 return this->at_impl(mpl::int_<I::value>()); in at_impl()
196 at_impl(I) const in at_impl() function
198 return this->at_impl(mpl::int_<I::value>()); in at_impl()
366at_impl(mpl::int_<0>) { return this->m0; } BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED typename add_r… in at_impl() function
370 at_impl(I) in at_impl() function
372 return this->at_impl(mpl::int_<I::value>()); in at_impl()
377 at_impl(I) const in at_impl() function
379 return this->at_impl(mpl::int_<I::value>()); in at_impl()
[all …]
H A Dvector20.hpp179at_impl(mpl::int_<0>) { return this->m0; } BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED typename add_r… in at_impl() function
183 at_impl(I) in at_impl() function
185 return this->at_impl(mpl::int_<I::value>()); in at_impl()
190 at_impl(I) const in at_impl() function
192 return this->at_impl(mpl::int_<I::value>()); in at_impl()
360at_impl(mpl::int_<0>) { return this->m0; } BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED typename add_r… in at_impl() function
364 at_impl(I) in at_impl() function
366 return this->at_impl(mpl::int_<I::value>()); in at_impl()
371 at_impl(I) const in at_impl() function
373 return this->at_impl(mpl::int_<I::value>()); in at_impl()
[all …]
H A Dvvector10.hpp272 at_impl(mpl::int_<N> index) in at_impl() function
274 return vec.at_impl(index); in at_impl()
283 at_impl(mpl::int_<N> index) const in at_impl() function
285 return vec.at_impl(index); in at_impl()
292 at_impl(I ) in at_impl() function
294 return vec.at_impl(mpl::int_<I::value>()); in at_impl()
303 at_impl(I ) const in at_impl() function
305 return vec.at_impl(mpl::int_<I::value>()); in at_impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/
H A Dvector.hpp196 at_impl(mpl::int_<N> index) in at_impl() function
198 return vec.at_impl(index); in at_impl()
208 at_impl(mpl::int_<N> index) const in at_impl() function
210 return vec.at_impl(index); in at_impl()
218 at_impl(I /*index*/) in at_impl() function
220 return vec.at_impl(mpl::int_<I::value>()); in at_impl()
230 at_impl(I /*index*/) const in at_impl() function
232 return vec.at_impl(mpl::int_<I::value>()); in at_impl()
H A Dvector_n.hpp46 at_impl(mpl::int_<n>) { return this->m##n; } \
49 at_impl(mpl::int_<n>) const { return this->m##n; }
340 at_impl(I) in BOOST_PP_CAT()
342 return this->at_impl(mpl::int_<I::value>()); in BOOST_PP_CAT()
348 at_impl(I) const in BOOST_PP_CAT()
350 return this->at_impl(mpl::int_<I::value>()); in BOOST_PP_CAT()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/adapted/struct/detail/
H A Dat_impl.hpp19 struct at_impl;
22 struct at_impl<struct_tag> struct
34 struct at_impl<assoc_struct_tag> struct
35 : at_impl<struct_tag>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/
H A Dat_impl.hpp22 struct at_impl;
25 struct at_impl<vector_tag> struct
38 return v.at_impl(N()); in call()
53 return v.at_impl(N()); in call()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/transform_view/detail/
H A Dat_impl.hpp23 struct at_impl;
26 struct at_impl<transform_view_tag> struct
45 struct at_impl<transform_view2_tag> struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/mpl/
H A Dat.hpp23 struct at_impl;
26 struct at_impl<fusion::fusion_sequence_tag> struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dat_impl.hpp28 struct at_impl struct
41 BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC(2, at_impl)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/adapted/mpl/detail/
H A Dat_impl.hpp21 struct at_impl;
24 struct at_impl<mpl_sequence_tag> struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/single_view/detail/
H A Dat_impl.hpp23 struct at_impl;
26 struct at_impl<single_view_tag> struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dat.hpp32 : at_impl< typename sequence_tag<Sequence>::type >
43 : at_impl< typename sequence_tag<Sequence>::type >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/reverse_view/detail/
H A Dat_impl.hpp19 struct at_impl;
22 struct at_impl<reverse_view_tag> struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/detail/
H A Dat_impl.hpp22 struct at_impl;
25 struct at_impl<iterator_range_tag> struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/preprocessed/no_ctps/
H A Dvector10.hpp26 struct at_impl< aux::vector_tag<0> > struct
130 struct at_impl< aux::vector_tag<1> > struct
267 struct at_impl< aux::vector_tag<2> > struct
405 struct at_impl< aux::vector_tag<3> > struct
548 struct at_impl< aux::vector_tag<4> > struct
692 struct at_impl< aux::vector_tag<5> > struct
842 struct at_impl< aux::vector_tag<6> > struct
993 struct at_impl< aux::vector_tag<7> > struct
1149 struct at_impl< aux::vector_tag<8> > struct
1306 struct at_impl< aux::vector_tag<9> > struct
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/
H A Dat.hpp46 struct at_impl< aux::vector_tag > struct
65 struct at_impl< aux::vector_tag<n_> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/detail/
H A Dat_impl.hpp73 struct at_impl;
76 struct at_impl<zip_view_tag> struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/
H A Dat_impl.hpp51 struct at_impl< aux::map_tag > struct
108 struct at_impl< aux::map_tag >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/list/detail/
H A Dat_impl.hpp89 struct at_impl;
92 struct at_impl<cons_tag> struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/
H A Dvector.hpp236 at_impl(mpl::int_<N>()) = vector_detail::forward_at_c<N>(seq); in assign()
256 auto at_impl(J) -> decltype(at_detail<J::value>(this)) in at_impl() function
263 auto at_impl(J) const -> decltype(at_detail<J::value>(this)) in at_impl() function

12