Searched refs:PathParser (Results 1 – 1 of 1) sorted by relevance
80 struct PathParser { struct96 PathParser(string_view_t P, ParserState State) noexcept : Path(P), in PathParser() argument100 PathParser(string_view_t P, string_view_t E, unsigned char S) in PathParser() function105 static PathParser CreateBegin(string_view_t P) noexcept { in CreateBegin() argument106 PathParser PP(P, PS_BeforeBegin); in CreateBegin()111 static PathParser CreateEnd(string_view_t P) noexcept { in CreateEnd() argument112 PathParser PP(P, PS_AtEnd); in CreateEnd()236 PathParser& operator++() noexcept { in operator ++() argument241 PathParser& operator--() noexcept { in operator --() argument642 using parser::PathParser;[all …]