Home
last modified time | relevance | path

Searched defs:begin_container (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
Dadapt_adt_attributes.hpp119 struct begin_container<fusion::extension::adt_attribute_proxy<T, N, Const> > struct
123 >::type container_type;
126 call(fusion::extension::adt_attribute_proxy<T, N, Const>& c) in call()
133 struct begin_container<fusion::extension::adt_attribute_proxy<T, N, Const> const> struct
139 >::type container_type;
142 call(fusion::extension::adt_attribute_proxy<T, N, Const> const& c) in call()
Dcontainer.hpp419 struct begin_container struct
421 static typename container_iterator<Container>::type call(Container& c) in call()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/
Dphoenix_attributes.hpp51 struct begin_container<phoenix::actor<Eval> const> struct
53 typedef phoenix::actor<Eval> const& type;
54 static type call(phoenix::actor<Eval> const& f) in call()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/karma/
Dcustomize_embedded_container.cpp70 struct begin_container<client::embedded_container const> struct
73 call(client::embedded_container const& d) in call()
Dcustomize_counter.cpp72 struct begin_container<client::counter const> struct
75 call(client::counter const& c) in call()
Dcustomize_use_as_container.cpp86 struct begin_container<client::use_as_container const> struct
89 call(client::use_as_container const& c) in call()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/traits/
Dcontainer_traits.hpp214 struct begin_container struct
216 static typename container_iterator<Container>::type call(Container& c) in call()