Home
last modified time | relevance | path

Searched refs:kDecoderIsAssigned (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/
DICoder.h395 kDecoderIsAssigned, enumerator
/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp987 if (propID == NMethodPropID::kDecoderIsAssigned || in GetProperty()
991 prop = (bool)((propID == NMethodPropID::kDecoderIsAssigned) ? in GetProperty()
1134 if (GetProperty(index, NMethodPropID::kDecoderIsAssigned, &prop) == S_OK) in GetCodec_DecoderIsAssigned()
/third_party/lzma/CPP/7zip/Compress/
DCodecExports.cpp218 case NMethodPropID::kDecoderIsAssigned: in GetMethodProperty()
/third_party/lzma/CPP/7zip/Common/
DCreateCoder.cpp120 …RINOK(ReadIsAssignedProp(GetCodecs, i, NMethodPropID::kDecoderIsAssigned, info.DecoderIsAssigned)); in Load()