Searched refs:upb_decode (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 182 ** upb_decode: parsing into a upb_msg using a upb_msglayout. 1405 bool upb_decode(const char *buf, size_t size, upb_msg *msg, 1592 return (ret && upb_decode(buf, size, ret, &google_protobuf_FileDescriptorSet_msginit, arena)) ? ret : NULL; in google_protobuf_FileDescriptorSet_parse() 1623 return (ret && upb_decode(buf, size, ret, &google_protobuf_FileDescriptorProto_msginit, arena)) ? ret : NULL; in google_protobuf_FileDescriptorProto_parse() 1780 return (ret && upb_decode(buf, size, ret, &google_protobuf_DescriptorProto_msginit, arena)) ? ret : NULL; in google_protobuf_DescriptorProto_parse() 1933 return (ret && upb_decode(buf, size, ret, &google_protobuf_DescriptorProto_ExtensionRange_msginit, arena)) ? ret : NULL; in google_protobuf_DescriptorProto_ExtensionRange_parse() 1976 return (ret && upb_decode(buf, size, ret, &google_protobuf_DescriptorProto_ReservedRange_msginit, arena)) ? ret : NULL; in google_protobuf_DescriptorProto_ReservedRange_parse() 2004 return (ret && upb_decode(buf, size, ret, &google_protobuf_ExtensionRangeOptions_msginit, arena)) ? ret : NULL; in google_protobuf_ExtensionRangeOptions_parse() 2035 return (ret && upb_decode(buf, size, ret, &google_protobuf_FieldDescriptorProto_msginit, arena)) ? ret : NULL; in google_protobuf_FieldDescriptorProto_parse() 2126 return (ret && upb_decode(bu in google_protobuf_OneofDescriptorProto_parse() [all...] |
H A D | message.c | 516 // TODO(haberman): use a temp arena for this once we can make upb_decode() in PHP_METHOD() 525 ok = upb_decode(pb, size, intern->msg, l, arena); in PHP_METHOD() 552 if (!upb_decode(data_copy, data_len, intern->msg, l, arena)) { in PHP_METHOD()
|
H A D | php-upb.c | 772 bool upb_decode(const char *buf, size_t size, void *msg, const upb_msglayout *l, in upb_decode() function 7736 if (!upb_decode(value.data, value.size, any, any_layout, arena)) { in jsonenc_any()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 169 ** upb_decode: parsing into a upb_msg using a upb_msglayout. 1334 bool upb_decode(const char *buf, size_t size, upb_msg *msg, 1521 return (ret && upb_decode(buf, size, ret, &google_protobuf_FileDescriptorSet_msginit, arena)) ? ret : NULL; in google_protobuf_FileDescriptorSet_parse() 1552 return (ret && upb_decode(buf, size, ret, &google_protobuf_FileDescriptorProto_msginit, arena)) ? ret : NULL; in google_protobuf_FileDescriptorProto_parse() 1709 return (ret && upb_decode(buf, size, ret, &google_protobuf_DescriptorProto_msginit, arena)) ? ret : NULL; in google_protobuf_DescriptorProto_parse() 1862 return (ret && upb_decode(buf, size, ret, &google_protobuf_DescriptorProto_ExtensionRange_msginit, arena)) ? ret : NULL; in google_protobuf_DescriptorProto_ExtensionRange_parse() 1905 return (ret && upb_decode(buf, size, ret, &google_protobuf_DescriptorProto_ReservedRange_msginit, arena)) ? ret : NULL; in google_protobuf_DescriptorProto_ReservedRange_parse() 1933 return (ret && upb_decode(buf, size, ret, &google_protobuf_ExtensionRangeOptions_msginit, arena)) ? ret : NULL; in google_protobuf_ExtensionRangeOptions_parse() 1964 return (ret && upb_decode(buf, size, ret, &google_protobuf_FieldDescriptorProto_msginit, arena)) ? ret : NULL; in google_protobuf_FieldDescriptorProto_parse() 2055 return (ret && upb_decode(bu in google_protobuf_OneofDescriptorProto_parse() [all...] |
H A D | upb.c | 715 bool upb_decode(const char *buf, size_t size, void *msg, const upb_msglayout *l, in upb_decode() function
|
Completed in 55 milliseconds