Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/auxiliary/
Deps.hpp57 struct eps_parser : parser<eps_parser> struct
59 typedef unused_type attribute_type;
60 static bool const has_attribute = false;
64 bool parse(Iterator& first, Iterator const& last in parse()
71 constexpr semantic_predicate operator()(bool predicate) const in operator ()()
77 constexpr lazy_semantic_predicate<F> operator()(F f) const in operator ()()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/auxiliary/
Deps.hpp50 struct eps_parser : primitive_parser<eps_parser> struct
53 struct attribute
60 bool parse(Iterator& first, Iterator const& last in parse()
69 info what(Context& /*context*/) const in what()