Searched refs:transform_view (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/transform_view/ |
| H A D | transform_view.hpp | 39 struct transform_view : sequence_base<transform_view<Sequence1, Sequence2, F> > struct 60 transform_view(Sequence1& in_seq1, Sequence2& in_seq2, F const& binop) in transform_view() function 81 transform_view& operator= (transform_view const&); 87 struct transform_view<Sequence, F, void_> : sequence_base<transform_view<Sequence, F, void_> > struct 89 struct transform_view<Sequence, F> : sequence_base<transform_view<Sequence, F> > 104 transform_view(Sequence& in_seq, F const& in_f) in transform_view() argument 118 transform_view& operator= (transform_view const&);
|
| H A D | transform_view_fwd.hpp | 17 struct transform_view;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/ |
| H A D | transform.hpp | 22 typedef transform_view<Sequence1, Sequence2, F> type; 32 typedef transform_view<Sequence, F> type; 41 return transform_view<Sequence const, F>(seq, f); in transform() 49 return transform_view<Sequence1 const, Sequence2 const, F>(seq1, seq2, f); in transform()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/ |
| H A D | transform_view.hpp | 28 struct transform_view struct 37 typedef transform_view type; argument 42 BOOST_MPL_AUX_NA_SPEC(2, transform_view)
|
| /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 D | equal_to_impl.hpp | 39 …typedef mpl::transform_view<zipped, mpl::unpack_args<result_of::equal_to<mpl::_,mpl::_> > > transf…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | ranges | 1649 class transform_view : public view_interface<transform_view<_Vp, _Fp>> 1667 using _Base = transform_view::_Base<_Const>; 1692 using _Parent = __detail::__maybe_const_t<_Const, transform_view>; 1693 using _Base = transform_view::_Base<_Const>; 1850 // 3483. transform_view::iterator's difference is overconstrained 1873 using _Parent = __detail::__maybe_const_t<_Const, transform_view>; 1874 using _Base = transform_view::_Base<_Const>; 1935 transform_view() = default; 1938 transform_view(_Vp __base, _Fp __fun) 1990 transform_view(_Range&&, _Fp) -> transform_view<views::all_t<_Range>, _Fp>; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | ranges | 1649 class transform_view : public view_interface<transform_view<_Vp, _Fp>> 1667 using _Base = transform_view::_Base<_Const>; 1692 using _Parent = __detail::__maybe_const_t<_Const, transform_view>; 1693 using _Base = transform_view::_Base<_Const>; 1850 // 3483. transform_view::iterator's difference is overconstrained 1873 using _Parent = __detail::__maybe_const_t<_Const, transform_view>; 1874 using _Base = transform_view::_Base<_Const>; 1935 transform_view() = default; 1938 transform_view(_Vp __base, _Fp __fun) 1990 transform_view(_Range&&, _Fp) -> transform_view<views::all_t<_Range>, _Fp>; [all …]
|