Searched refs:UPB_PARSE_PARAMS (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | decode_fast.h | 48 #define UPB_PARSE_PARAMS \ macro 55 const char *upb_p##card##type##valbytes##_##tagbytes##bt(UPB_PARSE_PARAMS); 82 const char *upb_p##card##type##_##tagbytes##bt(UPB_PARSE_PARAMS); \ 83 const char *upb_c##card##type##_##tagbytes##bt(UPB_PARSE_PARAMS); 103 const char *upb_p##card##m_##tagbytes##bt_max##size_ceil##b(UPB_PARSE_PARAMS); 124 #undef UPB_PARSE_PARAMS
|
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 474 const char *upb_p##card##type##valbytes##_##tagbytes##bt(UPB_PARSE_PARAMS) { \ 511 static const char *fastdecode_unpackedfixed(UPB_PARSE_PARAMS, int tagbytes, in TAGBYTES() 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 622 const char *upb_p##card##f##valbytes##_##tagbytes##bt(UPB_PARSE_PARAMS) { \ 727 static const char *fastdecode_copystring(UPB_PARSE_PARAMS, int tagbytes, in fastdecode_copystring() argument [all …]
|