Searched refs:NLzma2 (Results 1 – 6 of 6) sorted by relevance
9 static void *CreateCodec() { return (void *)(ICompressCoder *)(new NCompress::NLzma2::CDecoder); } in CreateCodec()12 static void *CreateCodecOut() { return (void *)(ICompressCoder *)(new NCompress::NLzma2::CEncoder);… in CreateCodecOut()
13 namespace NLzma2 {
20 namespace NLzma2 { namespace
25 namespace NLzma2 { namespace
28 namespace NLzma2 { namespace655 RINOK(NCompress::NLzma2::SetLzma2Prop(prop.Id, prop.Value, lzma2Props)); in UpdateItems()