Home
last modified time | relevance | path

Searched refs:UPB_SIZE (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h28 #define UPB_SIZE(size32, size64) size32 macro
30 #define UPB_SIZE(size32, size64) size64 macro
1598 UPB_INLINE bool google_protobuf_FileDescriptorSet_has_file(const google_protobuf_FileDescriptorSet *msg) { return _upb_has_submsg_nohasbit(msg, UPB_SIZE(0, 0)); } in google_protobuf_FileDescriptorSet_has_file()
1599 UPB_INLINE const google_protobuf_FileDescriptorProto* const* google_protobuf_FileDescriptorSet_file(const google_protobuf_FileDescriptorSet *msg, size_t *len) { return (const google_protobuf_FileDescriptorProto* const*)_upb_array_accessor(msg, UPB_SIZE(0, 0), len); } in google_protobuf_FileDescriptorSet_file()
1602 return (google_protobuf_FileDescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(0, 0), len); in google_protobuf_FileDescriptorSet_mutable_file()
1605 return (google_protobuf_FileDescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(0, 0), len, UPB_TYPE_MESSAGE, arena); in google_protobuf_FileDescriptorSet_resize_file()
1610 msg, UPB_SIZE(0, 0), UPB_SIZE(4, 8), UPB_TYPE_MESSAGE, &sub, arena); in google_protobuf_FileDescriptorSet_add_file()
1630 UPB_INLINE upb_strview google_protobuf_FileDescriptorProto_name(const google_protobuf_FileDescriptorProto *msg) { return *UPB_PTR_AT(msg, UPB_SIZE(4, 8), upb_strview); } in google_protobuf_FileDescriptorProto_name()
1632 UPB_INLINE upb_strview google_protobuf_FileDescriptorProto_package(const google_protobuf_FileDescriptorProto *msg) { return *UPB_PTR_AT(msg, UPB_SIZE(1 in google_protobuf_FileDescriptorProto_has_package()
3858 #undef UPB_SIZE global() macro
[all...]
H A Dphp-upb.c29 #define UPB_SIZE(size32, size64) size32 macro
31 #define UPB_SIZE(size32, size64) size64 macro
1222 UPB_SIZE(2, 3), /* UPB_TYPE_MESSAGE */
1226 UPB_SIZE(3, 4), /* UPB_TYPE_STRING */
1227 UPB_SIZE(3, 4), /* UPB_TYPE_BYTES */
2562 {1, UPB_SIZE(0, 0), 0, 0, 11, 3},
2568 UPB_SIZE(4, 8), 1, false,
2581 {1, UPB_SIZE(4, 8), 1, 0, 12, 1},
2582 {2, UPB_SIZE(12, 24), 2, 0, 12, 1},
2583 {3, UPB_SIZE(3
8112 #undef UPB_SIZE global() macro
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h27 #define UPB_SIZE(size32, size64) size32 macro
29 #define UPB_SIZE(size32, size64) size64 macro
1527 UPB_INLINE bool google_protobuf_FileDescriptorSet_has_file(const google_protobuf_FileDescriptorSet *msg) { return _upb_has_submsg_nohasbit(msg, UPB_SIZE(0, 0)); } in google_protobuf_FileDescriptorSet_has_file()
1528 UPB_INLINE const google_protobuf_FileDescriptorProto* const* google_protobuf_FileDescriptorSet_file(const google_protobuf_FileDescriptorSet *msg, size_t *len) { return (const google_protobuf_FileDescriptorProto* const*)_upb_array_accessor(msg, UPB_SIZE(0, 0), len); } in google_protobuf_FileDescriptorSet_file()
1531 return (google_protobuf_FileDescriptorProto**)_upb_array_mutable_accessor(msg, UPB_SIZE(0, 0), len); in google_protobuf_FileDescriptorSet_mutable_file()
1534 return (google_protobuf_FileDescriptorProto**)_upb_array_resize_accessor(msg, UPB_SIZE(0, 0), len, UPB_TYPE_MESSAGE, arena); in google_protobuf_FileDescriptorSet_resize_file()
1539 msg, UPB_SIZE(0, 0), UPB_SIZE(4, 8), UPB_TYPE_MESSAGE, &sub, arena); in google_protobuf_FileDescriptorSet_add_file()
1559 UPB_INLINE upb_strview google_protobuf_FileDescriptorProto_name(const google_protobuf_FileDescriptorProto *msg) { return *UPB_PTR_AT(msg, UPB_SIZE(4, 8), upb_strview); } in google_protobuf_FileDescriptorProto_name()
1561 UPB_INLINE upb_strview google_protobuf_FileDescriptorProto_package(const google_protobuf_FileDescriptorProto *msg) { return *UPB_PTR_AT(msg, UPB_SIZE(1 in google_protobuf_FileDescriptorProto_has_package()
6758 #undef UPB_SIZE global() macro
[all...]
H A Dupb.c28 #define UPB_SIZE(size32, size64) size32 macro
30 #define UPB_SIZE(size32, size64) size64 macro
1179 UPB_SIZE(2, 3), /* UPB_TYPE_MESSAGE */
1183 UPB_SIZE(3, 4), /* UPB_TYPE_STRING */
1184 UPB_SIZE(3, 4), /* UPB_TYPE_BYTES */
2501 {1, UPB_SIZE(0, 0), 0, 0, 11, 3},
2507 UPB_SIZE(4, 8), 1, false,
2520 {1, UPB_SIZE(4, 8), 1, 0, 9, 1},
2521 {2, UPB_SIZE(12, 24), 2, 0, 9, 1},
2522 {3, UPB_SIZE(3
13798 #undef UPB_SIZE global() macro
[all...]

Completed in 40 milliseconds