Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/detail/
Dpass_container.hpp292 struct pass_container : pass_container_base<Iterator> struct
294 typedef pass_container_base<Iterator> base_type;
295 typedef typename F::context_type context_type;
297 pass_container(F const& f, Iterator begin, Iterator end) in pass_container() function
302 bool is_at_end() const in is_at_end()
307 void next() in next()
315 bool dispatch_container(Component const& component, mpl::false_) const in dispatch_container()
333 bool dispatch_container(Component const& component, mpl::true_) const in dispatch_container()
342 bool dispatch_attribute(Component const& component, mpl::false_) const in dispatch_attribute()
349 bool dispatch_attribute(Component const& component, mpl::true_) const in dispatch_attribute()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/
Dpass_container.hpp265 struct pass_container struct
267 typedef typename F::context_type context_type;
268 typedef typename F::iterator_type iterator_type;
270 pass_container(F const& f_, Attr& attr_) in pass_container() function
276 bool dispatch_container(Component const& component, mpl::false_) const in dispatch_container()
298 bool dispatch_container(Component const& component, mpl::true_) const in dispatch_container()
307 bool dispatch_attribute(Component const& component, mpl::false_) const in dispatch_attribute()
314 bool dispatch_attribute(Component const& component, mpl::true_) const in dispatch_attribute()
337 bool operator()(Component const& component) const in operator ()()
354 F f;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/operator/
Dkleene.hpp116 pass_container; in generate() typedef
Dlist.hpp123 pass_container; in generate() typedef
Dplus.hpp128 pass_container; in generate() typedef
Dsequence.hpp194 pass_container; in generate_impl() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/directive/
Drepeat.hpp212 pass_container; in generate() typedef