Searched defs:tagbytes (Results 1 – 2 of 2) sorted by relevance
/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 …]
|