Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/primitives/
Dprimitives.hpp296 struct nothing_parser : public parser<nothing_parser> struct
298 typedef nothing_parser self_t;
300 nothing_parser() {} in nothing_parser() argument
304 parse(ScannerT const& scan) const in parse()