Searched defs:ParserState (Results 1 – 11 of 11) sorted by relevance
54 pub struct ParserState<'i, R: RuleType> { struct65 /// Creates a `ParserState` from a `&str`, supplying it to a closure `f`. argument103 impl<'i, R: RuleType> ParserState<'i, R> { impl
111 struct U_I18N_API ParserState { struct112 const UnicodeString& pattern; // reference to the parent113 int32_t offset = 0;115 explicit ParserState(const UnicodeString& _pattern) in ParserState() function136 inline void toParseException(const char16_t* message) { (void) message; } in toParseException()
111 struct U_I18N_API ParserState { struct112 const UnicodeString& pattern; // reference to the parent113 int32_t offset = 0;115 explicit ParserState(const UnicodeString& _pattern) in ParserState() argument136 inline void toParseException(const char16_t* message) { (void) message; } in toParseException()
657 struct ParserState { struct658 ParserState() in ParserState() argument666 void ResetState(const char *source) { in ResetState()672 void MarkNewLine() { in MarkNewLine()677 int64_t CursorPosition() const { in CursorPosition()682 const char *cursor_;683 const char *line_start_;684 int line_; // the current line being parsed685 int token_;690 bool attr_is_trivial_ascii_string_;[all …]
223 private static class ParserState { class in PatternStringParser227 ParserState(String pattern) { in ParserState() method in PatternStringParser.ParserState
217 private static class ParserState { class in PatternStringParser221 ParserState(String pattern) { in ParserState() method in PatternStringParser.ParserState
108 class ParserState: class
174 enum ParserState { enum in __anon657b304c0111::WebAssemblyAsmParser
75 } ParserState; typedef
71 } ParserState; typedef
64 enum ParserState : unsigned char { enum