Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp285 MY_GET_FUNC (lib.GetMethodProperty, Func_GetMethodProperty, lib.Lib.GetProc("GetMethodProperty")); in LoadCodecs()
287 if (lib.GetMethodProperty) in LoadCodecs()
300 …RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kEncoder, info.Encoder, info.EncoderI… in LoadCodecs()
301 …RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kDecoder, info.Decoder, info.DecoderI… in LoadCodecs()
302 …RINOK(GetMethodBoolProp(lib.GetMethodProperty, i, NMethodPropID::kIsFilter, info.IsFilter, info.Is… in LoadCodecs()
952 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
981 return GetMethodProperty(index, propID, value); in GetProperty()
1007 return lib.GetMethodProperty(ci.CodecIndex, propID, value); in GetProperty()
DLoadCodecs.h259 Func_GetMethodProperty GetMethodProperty; member
272 GetMethodProperty(NULL), in CCodecLib()
/third_party/lzma/CPP/7zip/Archive/
DArchive2.def10 GetMethodProperty PRIVATE
/third_party/lzma/CPP/7zip/Compress/
DCodecExports.cpp196 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
197 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty() function