Searched defs:sResErrorCode (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ |
H A D | XzDecoder.cpp | 14 #define RET_IF_WRAP_ERROR_CONFIRMED(wrapRes, sRes, sResErrorCode) \ argument 17 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ argument
|
H A D | Lzma2Decoder.cpp | 78 #define RET_IF_WRAP_ERROR_CONFIRMED(wrapRes, sRes, sResErrorCode) \ argument 81 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ argument
|
H A D | Lzma2Encoder.cpp | 100 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ argument
|
H A D | XzEncoder.cpp | 216 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ argument
|
H A D | LzmaEncoder.cpp | 216 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ argument
|