Lines Matching defs:Token
50 // NextChar. The conversion from byte to JSON token happens without advancing
56 // to the first byte of a valid JSON token. On exit, it is on the last byte
57 // of a token, such that the next iteration of the parser will be at the byte
58 // immediately following the token, which would likely be the first byte of the
59 // next token.
76 enum Token {
156 // Skips over whitespace and comments to find the next token in the stream.
158 Token GetNextToken();
170 // Takes a token that represents the start of a Value ("a structural token"
173 Value* ParseToken(Token token);