Home
last modified time | relevance | path

Searched defs:upb_json_parser (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9193 struct upb_json_parser { struct
9195 const upb_json_parsermethod *method; argument
9196 upb_bytessink input_;
9199 upb_jsonparser_frame stack[UPB_JSON_MAX_DEPTH];
9200 upb_jsonparser_frame *top;
9201 upb_jsonparser_frame *limit;
9203 upb_status *status;
9206 int current_state;
9207 int parser_stack[UPB_JSON_MAX_DEPTH];
9208 int parser_top;
[all …]