Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/grpc/third_party/upb/generated_for_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 …]
/third_party/grpc/third_party/upb/upb/json/
Dparser.h64 typedef struct upb_json_parser upb_json_parser; typedef
/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 …]