Home
last modified time | relevance | path

Searched defs:single_view (Results 1 – 10 of 10) sorted by relevance

/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/view/single_view/
Dsingle_view.hpp37 struct single_view : sequence_base<single_view<T> > struct
39 typedef single_view_tag fusion_tag;
40 typedef fusion_sequence_tag tag; // this gets picked up by MPL
41 typedef random_access_traversal_tag category;
42 typedef mpl::true_ is_view;
43 typedef mpl::int_<1> size;
44 typedef T value_type;
47 single_view() in single_view() function
51 explicit single_view(typename detail::call_param<T>::type in_val) in single_view() function
54 value_type val;
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__ranges/
Dsingle_view.h51 _LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(const _Tp& __t) in single_view() function
58 …_LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(_Tp&& __t) : __value_(in_place, std::move(__t… in single_view() function
62 _LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(in_place_t, _Args&&... __args) in single_view() function
/external/cronet/stable/third_party/libc++/src/include/__ranges/
Dsingle_view.h52 _LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(const _Tp& __t) in single_view() function
59 …_LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(_Tp&& __t) : __value_(in_place, std::move(__t… in single_view() function
63 _LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(in_place_t, _Args&&... __args) in single_view() function
/external/cronet/tot/third_party/libc++/src/include/__ranges/
Dsingle_view.h52 _LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(const _Tp& __t) in single_view() function
59 …_LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(_Tp&& __t) : __value_(in_place, std::move(__t… in single_view() function
63 _LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(in_place_t, _Args&&... __args) in single_view() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__ranges/
Dsingle_view.h51 _LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(const _Tp& __t) in single_view() function
58 …_LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(_Tp&& __t) : __value_(in_place, std::move(__t… in single_view() function
62 _LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(in_place_t, _Args&&... __args) in single_view() function
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/transformation/
Dpush_back.hpp24 typedef fusion::single_view<typename detail::as_fusion_element<T>::type> single_view; typedef
39 typedef typename push_back::single_view single_view; in push_back() typedef
Dpush_front.hpp24 typedef fusion::single_view<typename detail::as_fusion_element<T>::type> single_view; typedef
39 typedef typename push_front::single_view single_view; in push_front() typedef
Dinsert.hpp36 typedef fusion::single_view<element_type> single_view; typedef
56 typedef typename result_of::single_view single_view; in insert() typedef
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dsingle_view.hpp26 struct single_view struct
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Dsingle_view.rst3 single_view title