Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/auxiliary/
Dattr.hpp49 struct attr_parser : parser<attr_parser<Value>> struct
51 typedef Value attribute_type;
53 static bool const has_attribute =
55 static bool const handles_container =
58 constexpr attr_parser(Value const& value) in attr_parser() argument
60 constexpr attr_parser(Value&& value) in attr_parser() function
65 bool parse(Iterator& /* first */, Iterator const& /* last */ in parse()
73 Value value_;
80 struct attr_parser<Value[N]> : parser<attr_parser<Value[N]>> struct
85 typedef Value attribute_type[N];
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/auxiliary/
Dattr.hpp50 struct attr_parser : primitive_parser<attr_parser<Value> > struct
53 struct attribute : remove_const<Value> {};
55 attr_parser(typename add_reference<Value>::type value) in attr_parser() argument
60 bool parse(Iterator& /*first*/, Iterator const& /*last*/ in parse()
69 info what(Context& /*context*/) const in what()
74 Value value_;