Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c9675 struct upb_json_parser { struct
9676 upb_env *env;
9677 upb_byteshandler input_handler_;
9678 upb_bytessink input_;
9681 upb_jsonparser_frame stack[UPB_JSON_MAX_DEPTH];
9682 upb_jsonparser_frame *top;
9683 upb_jsonparser_frame *limit;
9685 upb_status status;
9688 int current_state;
9689 int parser_stack[UPB_JSON_MAX_DEPTH];
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c10351 struct upb_json_parser { struct
10353 const upb_json_parsermethod *method; argument
10354 upb_bytessink input_;
10357 upb_jsonparser_frame stack[UPB_JSON_MAX_DEPTH];
10358 upb_jsonparser_frame *top;
10359 upb_jsonparser_frame *limit;
10361 upb_status status;
10364 int current_state;
10388 struct upb_json_parsermethod { argument
10406 static upb_selector_t getsel_for_handlertype(upb_json_parser *p, in getsel_for_handlertype() argument