Searched refs:upb_encode (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 1414 ** upb_encode: parsing into a upb_msg using a upb_msglayout. 1425 char *upb_encode(const void *msg, const upb_msglayout *l, upb_arena *arena, 1595 return upb_encode(msg, &google_protobuf_FileDescriptorSet_msginit, arena, len); in google_protobuf_FileDescriptorSet_serialize() 1626 return upb_encode(msg, &google_protobuf_FileDescriptorProto_msginit, arena, len); in google_protobuf_FileDescriptorProto_serialize() 1783 return upb_encode(msg, &google_protobuf_DescriptorProto_msginit, arena, len); in google_protobuf_DescriptorProto_serialize() 1936 return upb_encode(msg, &google_protobuf_DescriptorProto_ExtensionRange_msginit, arena, len); in google_protobuf_DescriptorProto_ExtensionRange_serialize() 1979 return upb_encode(msg, &google_protobuf_DescriptorProto_ReservedRange_msginit, arena, len); in google_protobuf_DescriptorProto_ReservedRange_serialize() 2007 return upb_encode(msg, &google_protobuf_ExtensionRangeOptions_msginit, arena, len); in google_protobuf_ExtensionRangeOptions_serialize() 2038 return upb_encode(msg, &google_protobuf_FieldDescriptorProto_msginit, arena, len); in google_protobuf_FieldDescriptorProto_serialize() 2129 return upb_encode(ms in google_protobuf_OneofDescriptorProto_serialize() [all...] |
H A D | message.c | 518 pb = upb_encode(from->msg, l, arena, &size); in PHP_METHOD() 571 data = upb_encode(intern->msg, l, tmp_arena, &size); in PHP_METHOD()
|
H A D | php-upb.c | 1184 char *upb_encode(const void *msg, const upb_msglayout *m, upb_arena *arena, in upb_encode() function 7340 encoded.str_val.data = upb_encode(any_msg, upb_msgdef_layout(any_m), d->arena, in jsondec_any()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 1343 ** upb_encode: parsing into a upb_msg using a upb_msglayout. 1354 char *upb_encode(const void *msg, const upb_msglayout *l, upb_arena *arena, 1524 return upb_encode(msg, &google_protobuf_FileDescriptorSet_msginit, arena, len); in google_protobuf_FileDescriptorSet_serialize() 1555 return upb_encode(msg, &google_protobuf_FileDescriptorProto_msginit, arena, len); in google_protobuf_FileDescriptorProto_serialize() 1712 return upb_encode(msg, &google_protobuf_DescriptorProto_msginit, arena, len); in google_protobuf_DescriptorProto_serialize() 1865 return upb_encode(msg, &google_protobuf_DescriptorProto_ExtensionRange_msginit, arena, len); in google_protobuf_DescriptorProto_ExtensionRange_serialize() 1908 return upb_encode(msg, &google_protobuf_DescriptorProto_ReservedRange_msginit, arena, len); in google_protobuf_DescriptorProto_ReservedRange_serialize() 1936 return upb_encode(msg, &google_protobuf_ExtensionRangeOptions_msginit, arena, len); in google_protobuf_ExtensionRangeOptions_serialize() 1967 return upb_encode(msg, &google_protobuf_FieldDescriptorProto_msginit, arena, len); in google_protobuf_FieldDescriptorProto_serialize() 2058 return upb_encode(ms in google_protobuf_OneofDescriptorProto_serialize() [all...] |
H A D | upb.c | 1141 char *upb_encode(const void *msg, const upb_msglayout *m, upb_arena *arena, in upb_encode() function
|
Completed in 55 milliseconds