Home
last modified time | relevance | path

Searched refs:upb_json_parser (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8964 ** upb::json::Parser (upb_json_parser)
9010 static bool is_top_level(upb_json_parser *p);
9011 static bool is_wellknown_msg(upb_json_parser *p, upb_wellknowntype_t type);
9012 static bool is_wellknown_field(upb_json_parser *p, upb_wellknowntype_t type);
9014 static bool is_number_wrapper_object(upb_json_parser *p);
9015 static bool does_number_wrapper_start(upb_json_parser *p);
9016 static bool does_number_wrapper_end(upb_json_parser *p);
9018 static bool is_string_wrapper_object(upb_json_parser *p);
9019 static bool does_string_wrapper_start(upb_json_parser *p);
9020 static bool does_string_wrapper_end(upb_json_parser *
9193 struct upb_json_parser { global() struct
[all...]
H A Dupb.h6546 ** upb::json::Parser (upb_json_parser)
6598 /* upb_json_parser ************************************************************/
6606 struct upb_json_parser;
6607 typedef struct upb_json_parser upb_json_parser; typedef
6613 upb_json_parser* upb_json_parser_create(upb_arena* a,
6619 upb_bytessink upb_json_parser_input(upb_json_parser* p);
6628 ParserPtr(upb_json_parser* ptr) : ptr_(ptr) {} in ParserPtr()
6642 upb_json_parser* ptr_;
H A Dencode_decode.c1128 upb_json_parser* parser; in Message_decode_json()

Completed in 37 milliseconds