Searched refs:ReadIsAssignedProp (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
H A D | CreateCoder.cpp | 68 static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, bool &res)
in ReadIsAssignedProp() function 119 RINOK(ReadIsAssignedProp(GetCodecs, i, NMethodPropID::kEncoderIsAssigned, info.EncoderIsAssigned))
in Load() 120 RINOK(ReadIsAssignedProp(GetCodecs, i, NMethodPropID::kDecoderIsAssigned, info.DecoderIsAssigned))
in Load() 121 RINOK(ReadIsAssignedProp(GetCodecs, i, NMethodPropID::kIsFilter, info.IsFilter))
in Load()
|
Completed in 1 milliseconds