Home
last modified time | relevance | path

Searched refs:PathParser (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp77 struct PathParser { struct
93 PathParser(string_view_t P, ParserState State) noexcept : Path(P), in PathParser() argument
97 PathParser(string_view_t P, string_view_t E, unsigned char S) in PathParser() function
102 static PathParser CreateBegin(string_view_t P) noexcept { in CreateBegin() argument
103 PathParser PP(P, PS_BeforeBegin); in CreateBegin()
108 static PathParser CreateEnd(string_view_t P) noexcept { in CreateEnd() argument
109 PathParser PP(P, PS_AtEnd); in CreateEnd()
233 PathParser& operator++() noexcept { in operator ++() argument
238 PathParser& operator--() noexcept { in operator --() argument
639 using parser::PathParser;
[all …]