Searched refs:json_fill_method (Results 1 – 3 of 3) sorted by relevance
644 if (desc->json_fill_method == NULL) { in msgdef_jsonparsermethod()645 desc->json_fill_method = in msgdef_jsonparsermethod()646 upb_json_parsermethod_new(desc->msgdef, &desc->json_fill_method); in msgdef_jsonparsermethod()648 return desc->json_fill_method; in msgdef_jsonparsermethod()
246 if (self->json_fill_method) { in Descriptor_free()247 upb_json_parsermethod_unref(self->json_fill_method, in Descriptor_free()248 &self->json_fill_method); in Descriptor_free()282 self->json_fill_method = NULL; in Descriptor_alloc()
115 const upb_json_parsermethod* json_fill_method; member