Searched refs:upb_json_parsermethod (Results 1 – 4 of 4) sorted by relevance
643 static const upb_json_parsermethod *msgdef_jsonparsermethod(Descriptor* desc) { in msgdef_jsonparsermethod()758 const upb_json_parsermethod* method = msgdef_jsonparsermethod(desc); in Message_decode_json()
115 const upb_json_parsermethod* json_fill_method;
10353 const upb_json_parsermethod *method;10388 struct upb_json_parsermethod { struct11874 const upb_json_parsermethod *method = (upb_json_parsermethod*)r; in visit_json_parsermethod()11879 upb_json_parsermethod *method = (upb_json_parsermethod*)r; in free_json_parsermethod()11895 static void add_jsonname_table(upb_json_parsermethod *m, const upb_msgdef* md) { in add_jsonname_table()11947 const upb_json_parsermethod *method, in upb_json_parser_create()11977 upb_json_parsermethod *upb_json_parsermethod_new(const upb_msgdef* md, in upb_json_parsermethod_new()11981 upb_json_parsermethod *ret = upb_gmalloc(sizeof(*ret)); in upb_json_parsermethod_new()11999 const upb_json_parsermethod *m) { in upb_json_parsermethod_inputhandler()
8388 upb_json_parsermethod, upb_refcounted)8438 const upb_json_parsermethod* m,8442 upb_json_parsermethod* upb_json_parsermethod_new(const upb_msgdef* md,8445 const upb_json_parsermethod *m);8447 const upb_json_parsermethod *m);8450 UPB_REFCOUNTED_CMETHODS(upb_json_parsermethod, upb_json_parsermethod_upcast)8475 const upb_json_parsermethod *m = upb_json_parsermethod_new(md, &m);