/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/ |
D | decode_fast.c | 101 static bool fastdecode_checktag(uint16_t data, int tagbytes) { in fastdecode_checktag() 202 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch() 221 uint64_t data, int tagbytes, in fastdecode_nextrepeated() 292 static bool fastdecode_flippacked(uint64_t* data, int tagbytes) { in fastdecode_flippacked() 297 #define FASTDECODE_CHECKPACKED(tagbytes, card, func) \ argument 347 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 419 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 440 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 457 #define F(card, type, valbytes, tagbytes) \ argument 466 #define TYPES(card, tagbytes) \ argument [all …]
|
D | decode_fast.h | 89 #define F(card, type, valbytes, tagbytes) \ argument 92 #define TYPES(card, tagbytes) \ argument 116 #define F(card, tagbytes, type) \ argument 120 #define UTF8(card, tagbytes) \ argument 137 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 140 #define SIZES(card, tagbytes) \ argument
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/internal/ |
H A D | decode_fast.c | 83 static bool fastdecode_checktag(uint16_t data, int tagbytes) { in fastdecode_checktag() 184 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch() 204 uint64_t data, int tagbytes, in fastdecode_nextrepeated() 275 static bool fastdecode_flippacked(uint64_t* data, int tagbytes) { in fastdecode_flippacked() 280 #define FASTDECODE_CHECKPACKED(tagbytes, card, func) \ argument 330 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 402 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 423 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 440 #define F(card, type, valbytes, tagbytes) \ argument 449 #define TYPES(card, tagbytes) \ argument [all …]
|
H A D | decode_fast.h | 69 #define F(card, type, valbytes, tagbytes) \ argument 72 #define TYPES(card, tagbytes) \ argument 96 #define F(card, tagbytes, type) \ argument 100 #define UTF8(card, tagbytes) \ argument 118 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 121 #define SIZES(card, tagbytes) \ argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.c | 1076 static bool fastdecode_checktag(uint16_t data, int tagbytes) { in fastdecode_checktag() 1209 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch() 1228 uint64_t data, int tagbytes, in fastdecode_nextrepeated() 1299 static bool fastdecode_flippacked(uint64_t* data, int tagbytes) { in fastdecode_flippacked() 1304 #define FASTDECODE_CHECKPACKED(tagbytes, card, func) \ argument 1354 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 1425 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 1446 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 1463 #define F(card, type, valbytes, tagbytes) \ argument 1472 #define TYPES(card, tagbytes) \ argument [all …]
|
H A D | ruby-upb.h | 2004 #define F(card, type, valbytes, tagbytes) \ argument 2007 #define TYPES(card, tagbytes) \ argument 2031 #define F(card, tagbytes, type) \ in TAGBYTES() argument 2035 #define UTF8(card, tagbytes) \ argument 2052 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 2055 #define SIZES(card, tagbytes) \ argument
|
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1405 static bool fastdecode_checktag(uint16_t data, int tagbytes) { in fastdecode_checktag() 1538 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch() 1557 uint64_t data, int tagbytes, in fastdecode_nextrepeated() 1628 static bool fastdecode_flippacked(uint64_t* data, int tagbytes) { in fastdecode_flippacked() 1633 #define FASTDECODE_CHECKPACKED(tagbytes, card, func) \ argument 1683 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 1754 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 1775 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 1792 #define F(card, type, valbytes, tagbytes) \ argument 1801 #define TYPES(card, tagbytes) \ argument [all …]
|
H A D | php-upb.h | 2002 #define F(card, type, valbytes, tagbytes) \ argument 2005 #define TYPES(card, tagbytes) \ argument 2029 #define F(card, tagbytes, type) \ in TAGBYTES() argument 2033 #define UTF8(card, tagbytes) \ argument 2050 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 2053 #define SIZES(card, tagbytes) \ argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1405 static bool fastdecode_checktag(uint16_t data, int tagbytes) { in fastdecode_checktag() 1538 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch() 1557 uint64_t data, int tagbytes, in fastdecode_nextrepeated() 1628 static bool fastdecode_flippacked(uint64_t* data, int tagbytes) { in fastdecode_flippacked() 1633 #define FASTDECODE_CHECKPACKED(tagbytes, card, func) \ argument 1683 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 1754 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 1775 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 1792 #define F(card, type, valbytes, tagbytes) \ argument 1801 #define TYPES(card, tagbytes) \ argument [all …]
|
H A D | php-upb.h | 2002 #define F(card, type, valbytes, tagbytes) \ argument 2005 #define TYPES(card, tagbytes) \ argument 2029 #define F(card, tagbytes, type) \ in TAGBYTES() argument 2033 #define UTF8(card, tagbytes) \ argument 2050 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 2053 #define SIZES(card, tagbytes) \ argument
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.c | 1076 static bool fastdecode_checktag(uint16_t data, int tagbytes) { in fastdecode_checktag() 1209 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch() 1228 uint64_t data, int tagbytes, in fastdecode_nextrepeated() 1299 static bool fastdecode_flippacked(uint64_t* data, int tagbytes) { in fastdecode_flippacked() 1304 #define FASTDECODE_CHECKPACKED(tagbytes, card, func) \ argument 1354 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 1425 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 1446 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 1463 #define F(card, type, valbytes, tagbytes) \ argument 1472 #define TYPES(card, tagbytes) \ argument [all …]
|
H A D | ruby-upb.h | 2004 #define F(card, type, valbytes, tagbytes) \ argument 2007 #define TYPES(card, tagbytes) \ argument 2031 #define F(card, tagbytes, type) \ in TAGBYTES() argument 2035 #define UTF8(card, tagbytes) \ argument 2052 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 2055 #define SIZES(card, tagbytes) \ argument
|