Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp60 static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, boo… in ReadIsAssignedProp() function
111 …RINOK(ReadIsAssignedProp(GetCodecs, i, NMethodPropID::kEncoderIsAssigned, info.EncoderIsAssigned)); in Load()
112 …RINOK(ReadIsAssignedProp(GetCodecs, i, NMethodPropID::kDecoderIsAssigned, info.DecoderIsAssigned)); in Load()