Home
last modified time | relevance | path

Searched refs:msgdef_json_serialize_handlers (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c1156 static const upb_handlers* msgdef_json_serialize_handlers(
1233 msgdef_json_serialize_handlers(payload_desc, true); in putjsonany()
1416 static const upb_handlers* msgdef_json_serialize_handlers( in msgdef_json_serialize_handlers() function
1510 msgdef_json_serialize_handlers(desc, RTEST(preserve_proto_fieldnames)); in Message_encode_json()
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c1227 static const upb_handlers* msgdef_json_serialize_handlers(
1306 msgdef_json_serialize_handlers(payload_desc, true); in putjsonany()
1636 static const upb_handlers* msgdef_json_serialize_handlers( in msgdef_json_serialize_handlers() function
1727 msgdef_json_serialize_handlers(desc, preserve_proto_fieldnames); in PHP_METHOD()