Home
last modified time | relevance | path

Searched refs:json_fill_method (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c801 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()
Ddefs.c245 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()
Dprotobuf.h119 const upb_json_parsermethod* json_fill_method; member