Searched defs:PathParser (Results 1 – 4 of 4) sorted by relevance
42 struct PathParser { struct58 PathParser(string_view_t P, ParserState State) noexcept : Path(P), in PathParser() argument62 PathParser(string_view_t P, string_view_t E, unsigned char S) in PathParser() function67 static PathParser CreateBegin(string_view_t P) noexcept { in CreateBegin() argument73 static PathParser CreateEnd(string_view_t P) noexcept { in CreateEnd() argument78 PosPtr peek() const noexcept { in peek()84 void increment() noexcept { in increment()125 void decrement() noexcept { in decrement()208 bool atEnd() const noexcept { in atEnd()212 bool inRootDir() const noexcept { in inRootDir()[all …]
46 public class PathParser extends AddressParametersParser implements TokenTypes { class51 public PathParser(String path) { in PathParser() method in PathParser56 protected PathParser(Lexer lexer) { in PathParser() method in PathParser
63 struct PathParser { struct64 enum ParserState : unsigned char {74 const string_view_t Path;75 string_view_t RawEntry;76 ParserState State;79 PathParser(string_view_t P, ParserState State) noexcept : Path(P), in PathParser() argument83 PathParser(string_view_t P, string_view_t E, unsigned char S) in PathParser() function88 static PathParser CreateBegin(string_view_t P) noexcept { in CreateBegin()94 static PathParser CreateEnd(string_view_t P) noexcept { in CreateEnd()99 PosPtr peek() const noexcept { in peek()[all …]
9 public class PathParser implements ValueParser<PointF> { class12 private PathParser() { in PathParser() method in PathParser