Searched refs:json_fill_method (Results 1 – 3 of 3) sorted by relevance
801 if (desc->json_fill_method == NULL) { in msgdef_jsonparsermethod()802 desc->json_fill_method = in msgdef_jsonparsermethod()803 upb_json_parsermethod_new(desc->msgdef, &desc->json_fill_method); in msgdef_jsonparsermethod()805 return desc->json_fill_method; in msgdef_jsonparsermethod()
245 if (self->json_fill_method) { in Descriptor_free()246 upb_json_parsermethod_unref(self->json_fill_method, in Descriptor_free()247 &self->json_fill_method); in Descriptor_free()281 self->json_fill_method = NULL; in Descriptor_alloc()
119 const upb_json_parsermethod* json_fill_method; member