| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
| D | decode_fast.h | 54 #define F(card, type, valbytes, tagbytes) \ argument 57 #define TYPES(card, tagbytes) \ argument 81 #define F(card, tagbytes, type) \ argument 85 #define UTF8(card, tagbytes) \ argument 102 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 105 #define SIZES(card, tagbytes) \ argument
|
| D | decode_fast.c | 72 static bool fastdecode_checktag(uint64_t data, int tagbytes) { in fastdecode_checktag() 205 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch() 224 uint64_t data, int tagbytes, in fastdecode_nextrepeated() 295 static bool fastdecode_flippacked(uint64_t *data, int tagbytes) { in fastdecode_flippacked() 343 static const char *fastdecode_unpackedvarint(UPB_PARSE_PARAMS, int tagbytes, in fastdecode_unpackedvarint() 422 static const char *fastdecode_packedvarint(UPB_PARSE_PARAMS, int tagbytes, in fastdecode_packedvarint() 452 static const char *fastdecode_varint(UPB_PARSE_PARAMS, int tagbytes, in fastdecode_varint() 472 #define F(card, type, valbytes, tagbytes) \ argument 481 #define TYPES(card, tagbytes) \ argument 560 static const char *fastdecode_packedfixed(UPB_PARSE_PARAMS, int tagbytes, in fastdecode_packedfixed() [all …]
|
| /external/protobuf/ruby/ext/google/protobuf_c/ |
| D | ruby-upb.c | 3643 static bool fastdecode_checktag(uint16_t data, int tagbytes) { in fastdecode_checktag() 3776 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch() 3795 uint64_t data, int tagbytes, in fastdecode_nextrepeated() 3866 static bool fastdecode_flippacked(uint64_t* data, int tagbytes) { in fastdecode_flippacked() 3871 #define FASTDECODE_CHECKPACKED(tagbytes, card, func) \ argument 3921 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 3992 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 4013 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 4030 #define F(card, type, valbytes, tagbytes) \ argument 4039 #define TYPES(card, tagbytes) \ argument [all …]
|
| D | ruby-upb.h | 2231 #define F(card, type, valbytes, tagbytes) \ argument 2234 #define TYPES(card, tagbytes) \ argument 2258 #define F(card, tagbytes, type) \ in TAGBYTES() argument 2262 #define UTF8(card, tagbytes) \ argument 2279 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 2282 #define SIZES(card, tagbytes) \ argument
|
| /external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | ruby-upb.c | 3643 static bool fastdecode_checktag(uint16_t data, int tagbytes) { in fastdecode_checktag() 3776 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch() 3795 uint64_t data, int tagbytes, in fastdecode_nextrepeated() 3866 static bool fastdecode_flippacked(uint64_t* data, int tagbytes) { in fastdecode_flippacked() 3871 #define FASTDECODE_CHECKPACKED(tagbytes, card, func) \ argument 3921 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 3992 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 4013 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 4030 #define F(card, type, valbytes, tagbytes) \ argument 4039 #define TYPES(card, tagbytes) \ argument [all …]
|
| D | ruby-upb.h | 2231 #define F(card, type, valbytes, tagbytes) \ argument 2234 #define TYPES(card, tagbytes) \ argument 2258 #define F(card, tagbytes, type) \ in TAGBYTES() argument 2262 #define UTF8(card, tagbytes) \ argument 2279 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 2282 #define SIZES(card, tagbytes) \ argument
|
| /external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
| D | php-upb.c | 3609 static bool fastdecode_checktag(uint16_t data, int tagbytes) { in fastdecode_checktag() 3742 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch() 3761 uint64_t data, int tagbytes, in fastdecode_nextrepeated() 3832 static bool fastdecode_flippacked(uint64_t* data, int tagbytes) { in fastdecode_flippacked() 3837 #define FASTDECODE_CHECKPACKED(tagbytes, card, func) \ argument 3887 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 3958 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 3979 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 3996 #define F(card, type, valbytes, tagbytes) \ argument 4005 #define TYPES(card, tagbytes) \ argument [all …]
|
| D | php-upb.h | 2201 #define F(card, type, valbytes, tagbytes) \ argument 2204 #define TYPES(card, tagbytes) \ argument 2228 #define F(card, tagbytes, type) \ in TAGBYTES() argument 2232 #define UTF8(card, tagbytes) \ argument 2249 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 2252 #define SIZES(card, tagbytes) \ argument
|
| /external/protobuf/php/ext/google/protobuf/ |
| D | php-upb.c | 3609 static bool fastdecode_checktag(uint16_t data, int tagbytes) { in fastdecode_checktag() 3742 static bool fastdecode_tagmatch(uint32_t tag, uint64_t data, int tagbytes) { in fastdecode_tagmatch() 3761 uint64_t data, int tagbytes, in fastdecode_nextrepeated() 3832 static bool fastdecode_flippacked(uint64_t* data, int tagbytes) { in fastdecode_flippacked() 3837 #define FASTDECODE_CHECKPACKED(tagbytes, card, func) \ argument 3887 #define FASTDECODE_UNPACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 3958 #define FASTDECODE_PACKEDVARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 3979 #define FASTDECODE_VARINT(d, ptr, msg, table, hasbits, data, tagbytes, \ argument 3996 #define F(card, type, valbytes, tagbytes) \ argument 4005 #define TYPES(card, tagbytes) \ argument [all …]
|
| D | php-upb.h | 2201 #define F(card, type, valbytes, tagbytes) \ argument 2204 #define TYPES(card, tagbytes) \ argument 2228 #define F(card, tagbytes, type) \ in TAGBYTES() argument 2232 #define UTF8(card, tagbytes) \ argument 2249 #define F(card, tagbytes, size_ceil, ceil_arg) \ argument 2252 #define SIZES(card, tagbytes) \ argument
|