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.c644 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()
Ddefs.c246 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()
Dprotobuf.h115 const upb_json_parsermethod* json_fill_method; member