Searched defs:valbytes (Results 1 – 2 of 2) sorted by relevance
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
| D | decode_fast.c | 187 fastdecode_arr *farr, int valbytes) { in fastdecode_resizearr() 215 int valbytes) { in fastdecode_commitarr() 225 int valbytes) { in fastdecode_nextrepeated() 255 fastdecode_arr *farr, int valbytes, in fastdecode_getfield() 303 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge() 344 int valbytes, upb_card card, in fastdecode_unpackedvarint() 395 uint8_t valbytes; member 423 int valbytes, bool zigzag, in fastdecode_packedvarint() 453 int valbytes, upb_card card, bool zigzag, in fastdecode_varint() 472 #define F(card, type, valbytes, tagbytes) \ argument [all …]
|
| D | decode_fast.h | 54 #define F(card, type, valbytes, tagbytes) \ argument
|