Home
last modified time | relevance | path

Searched defs:getProp (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp296 Func_GetHandlerProperty getProp, in GetProp()
306 Func_GetHandlerProperty getProp, in GetProp_Bool()
321 Func_GetHandlerProperty getProp, in GetProp_UInt32()
340 Func_GetHandlerProperty getProp, in GetProp_String()
355 Func_GetHandlerProperty getProp, in GetProp_RawData()
383 Func_GetHandlerProperty getProp = NULL; in LoadFormats() local
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp783 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) in GetTime()
799 static HRESULT GetItemBoolProp(IGetProp *getProp, PROPID propID, bool &result) in GetItemBoolProp()
815 IGetProp *getProp) in GetStream7()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java1634 private String getProp(String name, boolean defaultVal) { in getProp() method in SerializerBase