Home
last modified time | relevance | path

Searched refs:UPB_PARSE_ARGS (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode_fast.c26 #define UPB_PARSE_ARGS d, ptr, msg, table, hasbits, data macro
353 return packed(UPB_PARSE_ARGS); in fastdecode_unpackedvarint()
429 return unpacked(UPB_PARSE_ARGS); in fastdecode_packedvarint()
457 return fastdecode_packedvarint(UPB_PARSE_ARGS, tagbytes, valbytes, zigzag, in fastdecode_varint()
460 return fastdecode_unpackedvarint(UPB_PARSE_ARGS, tagbytes, valbytes, card, in fastdecode_varint()
475 return fastdecode_varint(UPB_PARSE_ARGS, tagbytes, valbytes, CARD_##card, \
519 return packed(UPB_PARSE_ARGS); in TAGBYTES()
565 return unpacked(UPB_PARSE_ARGS); in fastdecode_packedfixed()
610 return fastdecode_packedfixed(UPB_PARSE_ARGS, tagbytes, valbytes, unpacked); in fastdecode_fixed()
612 return fastdecode_unpackedfixed(UPB_PARSE_ARGS, tagbytes, valbytes, card, in fastdecode_fixed()
[all …]