Searched defs:lexer (Results 1 – 3 of 3) sorted by relevance
/qemu/qobject/ |
H A D | json-lexer.c | 264 static inline uint8_t next_state(JSONLexer *lexer, char ch, bool flush, in next_state() 275 void json_lexer_init(JSONLexer *lexer, bool enable_interpolation) in json_lexer_init() 283 static void json_lexer_feed_char(JSONLexer *lexer, char ch, bool flush) in json_lexer_feed_char() 345 void json_lexer_feed(JSONLexer *lexer, const char *buffer, size_t size) in json_lexer_feed() 354 void json_lexer_flush(JSONLexer *lexer) in json_lexer_flush() 362 void json_lexer_destroy(JSONLexer *lexer) in json_lexer_destroy()
|
H A D | json-streamer.c | 31 void json_message_process_token(JSONLexer *lexer, GString *input, in json_message_process_token()
|
/qemu/include/qobject/ |
H A D | json-parser.h | 27 JSONLexer lexer; member
|