Searched refs:JSONTokenType (Results 1 – 3 of 3) sorted by relevance
28 } JSONTokenType; typedef32 typedef void (JSONLexerEmitter)(JSONLexer *, QString *, JSONTokenType, int x, int y);
21 static void json_message_process_token(JSONLexer *lexer, QString *token, JSONTokenType type, int x,… in json_message_process_token()
55 static JSONTokenType token_get_type(QObject *obj) in token_get_type()