Searched defs:upb_json_parser (Results 1 – 4 of 4) sorted by relevance
236 struct upb_json_parser { struct238 const upb_json_parsermethod *method; argument239 upb_bytessink input_;242 upb_jsonparser_frame stack[UPB_JSON_MAX_DEPTH];243 upb_jsonparser_frame *top;244 upb_jsonparser_frame *limit;246 upb_status *status;249 int current_state;250 int parser_stack[UPB_JSON_MAX_DEPTH];251 int parser_top;[all …]
64 typedef struct upb_json_parser upb_json_parser; typedef
9009 struct upb_json_parser { struct9011 const upb_json_parsermethod *method; argument9012 upb_bytessink input_;9015 upb_jsonparser_frame stack[UPB_JSON_MAX_DEPTH];9016 upb_jsonparser_frame *top;9017 upb_jsonparser_frame *limit;9019 upb_status *status;9022 int current_state;9023 int parser_stack[UPB_JSON_MAX_DEPTH];9024 int parser_top;[all …]
12837 struct upb_json_parser { struct12839 const upb_json_parsermethod *method; argument12840 upb_bytessink input_;12843 upb_jsonparser_frame stack[UPB_JSON_MAX_DEPTH];12844 upb_jsonparser_frame *top;12845 upb_jsonparser_frame *limit;12847 upb_status status;12850 int current_state;12851 int parser_stack[UPB_JSON_MAX_DEPTH];12852 int parser_top;[all …]