OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getmethodproperty
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/Archive/
Archive2.def
7
GetMethodProperty
PRIVATE
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp
185
static HRESULT GetCoderClass(Func_GetMethodProperty
getMethodProperty
, UInt32 index,
190
RINOK(
getMethodProperty
(index, propId, &prop));
206
lib.
GetMethodProperty
= (Func_GetMethodProperty)lib.Lib.GetProc("
GetMethodProperty
");
207
if (lib.
GetMethodProperty
)
220
RINOK(GetCoderClass(lib.
GetMethodProperty
, i, NMethodPropID::kEncoder, info.Encoder, info.EncoderIsAssigned));
221
RINOK(GetCoderClass(lib.
GetMethodProperty
, i, NMethodPropID::kDecoder, info.Decoder, info.DecoderIsAssigned));
682
STDAPI
GetMethodProperty
(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
711
return
GetMethodProperty
(index, propID, value);
727
return Libs[ci.LibIndex].
GetMethodProperty
(ci.CodecIndex, propID, value);
[
all
...]
LoadCodecs.h
155
Func_GetMethodProperty
GetMethodProperty
;
163
CCodecLib():
GetMethodProperty
(NULL) {}
/external/lzma/CPP/7zip/Compress/
CodecExports.cpp
148
STDAPI
GetMethodProperty
(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
Completed in 58 milliseconds