Searched refs:upb_json_parser (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 53 static bool is_top_level(upb_json_parser *p); 54 static bool is_wellknown_msg(upb_json_parser *p, upb_wellknowntype_t type); 55 static bool is_wellknown_field(upb_json_parser *p, upb_wellknowntype_t type); 57 static bool is_number_wrapper_object(upb_json_parser *p); 58 static bool does_number_wrapper_start(upb_json_parser *p); 59 static bool does_number_wrapper_end(upb_json_parser *p); 61 static bool is_string_wrapper_object(upb_json_parser *p); 62 static bool does_string_wrapper_start(upb_json_parser *p); 63 static bool does_string_wrapper_end(upb_json_parser *p); 65 static bool does_fieldmask_start(upb_json_parser *p); [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.h | 63 struct upb_json_parser; 64 typedef struct upb_json_parser upb_json_parser; typedef 70 upb_json_parser* upb_json_parser_create(upb_arena* a, 76 upb_bytessink upb_json_parser_input(upb_json_parser* p); 85 ParserPtr(upb_json_parser* ptr) : ptr_(ptr) {} in ParserPtr() 99 upb_json_parser* ptr_;
|
D | parser.rl | 2 ** upb::json::Parser (upb_json_parser) 51 static bool is_top_level(upb_json_parser *p); 52 static bool is_wellknown_msg(upb_json_parser *p, upb_wellknowntype_t type); 53 static bool is_wellknown_field(upb_json_parser *p, upb_wellknowntype_t type); 55 static bool is_number_wrapper_object(upb_json_parser *p); 56 static bool does_number_wrapper_start(upb_json_parser *p); 57 static bool does_number_wrapper_end(upb_json_parser *p); 59 static bool is_string_wrapper_object(upb_json_parser *p); 60 static bool does_string_wrapper_start(upb_json_parser *p); 61 static bool does_string_wrapper_end(upb_json_parser *p); [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 8826 static bool is_top_level(upb_json_parser *p); 8827 static bool is_wellknown_msg(upb_json_parser *p, upb_wellknowntype_t type); 8828 static bool is_wellknown_field(upb_json_parser *p, upb_wellknowntype_t type); 8830 static bool is_number_wrapper_object(upb_json_parser *p); 8831 static bool does_number_wrapper_start(upb_json_parser *p); 8832 static bool does_number_wrapper_end(upb_json_parser *p); 8834 static bool is_string_wrapper_object(upb_json_parser *p); 8835 static bool does_string_wrapper_start(upb_json_parser *p); 8836 static bool does_string_wrapper_end(upb_json_parser *p); 8838 static bool does_fieldmask_start(upb_json_parser *p); [all …]
|
D | upb.h | 7102 struct upb_json_parser; 7103 typedef struct upb_json_parser upb_json_parser; 7109 upb_json_parser* upb_json_parser_create(upb_arena* a, 7115 upb_bytessink upb_json_parser_input(upb_json_parser* p); 7124 ParserPtr(upb_json_parser* ptr) : ptr_(ptr) {} 7138 upb_json_parser* ptr_;
|
D | encode_decode.c | 1769 upb_json_parser* parser; in PHP_METHOD()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 12652 static bool is_top_level(upb_json_parser *p); 12653 static bool is_wellknown_msg(upb_json_parser *p, upb_wellknowntype_t type); 12654 static bool is_wellknown_field(upb_json_parser *p, upb_wellknowntype_t type); 12656 static bool is_number_wrapper_object(upb_json_parser *p); 12657 static bool does_number_wrapper_start(upb_json_parser *p); 12658 static bool does_number_wrapper_end(upb_json_parser *p); 12660 static bool is_string_wrapper_object(upb_json_parser *p); 12661 static bool does_string_wrapper_start(upb_json_parser *p); 12662 static bool does_string_wrapper_end(upb_json_parser *p); 12664 static bool is_fieldmask_object(upb_json_parser *p); [all …]
|
D | encode_decode.c | 937 upb_json_parser* parser; in Message_decode_json()
|
D | upb.h | 10448 UPB_DECLARE_TYPE(upb::json::Parser, upb_json_parser) 10500 upb_json_parser* upb_json_parser_create(upb_env* e, 10505 upb_bytessink *upb_json_parser_input(upb_json_parser *p);
|