Searched refs:clsEnc (Results 1 – 1 of 1) sorted by relevance
/external/lzma/CPP/7zip/Common/ |
D | RegisterCodec.h | 52 #define REGISTER_CODEC_E(x, clsDec, clsEnc, id, name) \ argument 56 #define REGISTER_CODEC_E(x, clsDec, clsEnc, id, name) \ argument 58 REGISTER_CODEC_CREATE(CreateEnc, clsEnc) \ 75 #define REGISTER_FILTER_E(x, clsDec, clsEnc, id, name) \ argument 79 #define REGISTER_FILTER_E(x, clsDec, clsEnc, id, name) \ argument 81 REGISTER_FILTER_CREATE(CreateEnc, clsEnc) \
|