Searched defs:UPB_PARSE_PARAMS (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | decode_fast.c | 22 #define UPB_PARSE_PARAMS \ macro 343 static const char *fastdecode_unpackedvarint(UPB_PARSE_PARAMS, int tagbytes, in fastdecode_unpackedvarint() argument 422 static const char *fastdecode_packedvarint(UPB_PARSE_PARAMS, int tagbytes, in fastdecode_packedvarint() argument 452 static const char *fastdecode_varint(UPB_PARSE_PARAMS, int tagbytes, in fastdecode_varint() argument 560 static const char *fastdecode_packedfixed(UPB_PARSE_PARAMS, int tagbytes, in fastdecode_packedfixed() argument 605 static const char *fastdecode_fixed(UPB_PARSE_PARAMS, int tagbytes, in fastdecode_fixed() argument 727 static const char *fastdecode_copystring(UPB_PARSE_PARAMS, int tagbytes, in fastdecode_copystring() argument 808 static const char *fastdecode_string(UPB_PARSE_PARAMS, int tagbytes, in fastdecode_string() argument 949 static const char *fastdecode_submsg(UPB_PARSE_PARAMS, int tagbytes, in fastdecode_submsg() argument
|
D | decode_fast.h | 48 #define UPB_PARSE_PARAMS \ macro
|