OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:json_fill_method
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
encode_decode.c
644
if (desc->
json_fill_method
== NULL) {
645
desc->
json_fill_method
=
646
upb_json_parsermethod_new(desc->msgdef, &desc->
json_fill_method
);
648
return desc->
json_fill_method
;
[
all
...]
defs.c
246
if (self->
json_fill_method
) {
247
upb_json_parsermethod_unref(self->
json_fill_method
,
248
&self->
json_fill_method
);
282
self->
json_fill_method
= NULL;
[
all
...]
protobuf.h
115
const upb_json_parsermethod*
json_fill_method
;
member in struct:Descriptor
Completed in 44 milliseconds