Searched refs:upb_json_parser (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 9675 struct upb_json_parser { struct 9717 static upb_selector_t getsel_for_handlertype(upb_json_parser *p, in getsel_for_handlertype() argument 9725 static upb_selector_t parser_getsel(upb_json_parser *p) { in parser_getsel() 9730 static bool check_stack(upb_json_parser *p) { in check_stack() 9807 static bool base64_push(upb_json_parser *p, upb_selector_t sel, const char *ptr, in base64_push() 9912 static void assert_accumulate_empty(upb_json_parser *p) { in assert_accumulate_empty() 9918 static void accumulate_clear(upb_json_parser *p) { in accumulate_clear() 9924 static bool accumulate_realloc(upb_json_parser *p, size_t need) { in accumulate_realloc() 9947 static bool accumulate_append(upb_json_parser *p, const char *buf, size_t len, in accumulate_append() 9980 static const char *accumulate_getptr(upb_json_parser *p, size_t *len) { in accumulate_getptr() [all …]
|
D | upb.h | 8090 UPB_DECLARE_TYPE(upb::json::Parser, upb_json_parser) 8118 upb_json_parser *upb_json_parser_create(upb_env *e, upb_sink *output); 8119 upb_bytessink *upb_json_parser_input(upb_json_parser *p);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 10351 struct upb_json_parser { struct 10406 static upb_selector_t getsel_for_handlertype(upb_json_parser *p, in getsel_for_handlertype() argument 10414 static upb_selector_t parser_getsel(upb_json_parser *p) { in parser_getsel() 10419 static bool check_stack(upb_json_parser *p) { in check_stack() 10429 static void set_name_table(upb_json_parser *p, upb_jsonparser_frame *frame) { in set_name_table() 10503 static bool base64_push(upb_json_parser *p, upb_selector_t sel, const char *ptr, in base64_push() 10608 static void assert_accumulate_empty(upb_json_parser *p) { in assert_accumulate_empty() 10614 static void accumulate_clear(upb_json_parser *p) { in accumulate_clear() 10620 static bool accumulate_realloc(upb_json_parser *p, size_t need) { in accumulate_realloc() 10643 static bool accumulate_append(upb_json_parser *p, const char *buf, size_t len, in accumulate_append() [all …]
|
D | encode_decode.c | 788 upb_json_parser* parser; in Message_decode_json()
|
D | upb.h | 8386 UPB_DECLARE_TYPE(upb::json::Parser, upb_json_parser) 8437 upb_json_parser* upb_json_parser_create(upb_env* e, 8440 upb_bytessink *upb_json_parser_input(upb_json_parser *p);
|