Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c236 struct upb_json_parser { struct
238 const upb_json_parsermethod *method; argument
239 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 …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.h64 typedef struct upb_json_parser upb_json_parser; typedef
/external/protobuf/php/ext/google/protobuf/
Dupb.c9009 struct upb_json_parser { struct
9011 const upb_json_parsermethod *method; argument
9012 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 …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c12837 struct upb_json_parser { struct
12839 const upb_json_parsermethod *method; argument
12840 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 …]