Home
last modified time | relevance | path

Searched defs:sequential_or (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/composite/
Dsequential_or.hpp44 struct sequential_or : public binary<A, B, parser<sequential_or<A, B> > > struct
46 typedef sequential_or<A, B> self_t;
47 typedef binary_parser_category parser_category_t;
48 typedef sequential_or_parser_gen parser_generator_t;
49 typedef binary<A, B, parser<self_t> > base_t;
51 sequential_or(A const& a, B const& b) in sequential_or() function
56 parse(ScannerT const& scan) const in parse()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/operator/
Dsequential_or.hpp42 struct sequential_or : nary_parser<sequential_or<Elements> > struct
45 struct attribute
63 sequential_or(Elements const& elements_) in sequential_or() function
68 bool parse(Iterator& first, Iterator const& last in parse()
87 info what(Context& context) const in what()
95 Elements elements;