OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:json_serialize_handlers
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
encode_decode.c
[
all
...]
defs.c
254
if (self->
json_serialize_handlers
) {
255
upb_handlers_unref(self->
json_serialize_handlers
,
256
&self->
json_serialize_handlers
);
284
self->
json_serialize_handlers
= NULL;
[
all
...]
protobuf.h
117
const upb_handlers*
json_serialize_handlers
;
member in struct:Descriptor
Completed in 65 milliseconds