Searched refs:PathParser (Results 1 – 1 of 1) sorted by relevance
77 struct PathParser { struct93 PathParser(string_view_t P, ParserState State) noexcept : Path(P), in PathParser() argument97 PathParser(string_view_t P, string_view_t E, unsigned char S) in PathParser() function102 static PathParser CreateBegin(string_view_t P) noexcept { in CreateBegin() argument103 PathParser PP(P, PS_BeforeBegin); in CreateBegin()108 static PathParser CreateEnd(string_view_t P) noexcept { in CreateEnd() argument109 PathParser PP(P, PS_AtEnd); in CreateEnd()233 PathParser& operator++() noexcept { in operator ++() argument238 PathParser& operator--() noexcept { in operator --() argument639 using parser::PathParser;[all …]