Home
last modified time | relevance | path

Searched defs:space_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.hpp523 struct space_parser : public char_parser<space_parser> struct
525 typedef space_parser self_t;
527 space_parser() {} in space_parser() function
530 bool test(CharT ch) const in test()