Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/repository/home/qi/directive/
Dconfix.hpp57 struct confix_parser struct
60 typedef Subject subject_type;
63 struct attribute
67 confix_parser(Subject const& subject, Prefix const& prefix in confix_parser() argument
73 bool parse(Iterator& first, Iterator const& last in parse()
91 info what(Context const& ctx) const in what()
96 Subject subject;
97 Prefix prefix;
98 Suffix suffix;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/
Dconfix.hpp51 struct confix_parser : struct
58 self_t;
60 confix_parser(OpenT const &open_, ExprT const &expr_, CloseT const &close_) in confix_parser() argument
66 parse(ScannerT const& scan) const in parse()
74 typename as_parser<OpenT>::type::embed_t open;
75 typename as_parser<ExprT>::type::embed_t expr;
76 typename as_parser<CloseT>::type::embed_t close;