Searched refs:getProp (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp140 GetHandlerPropertyFunc getProp,
146 return getProp(propID, &prop);
150 GetHandlerPropertyFunc getProp,
155 RINOK(ReadProp(getProp, getProp2, index, propID, prop));
164 GetHandlerPropertyFunc getProp,
169 RINOK(ReadProp(getProp, getProp2, index, propID, prop));
239 GetHandlerPropertyFunc getProp = 0; local
243 getProp = (GetHandlerPropertyFunc)lib.GetProc("GetHandlerProperty");
244 if (getProp == NULL)
263 RINOK(ReadStringProp(getProp, getProp
139 ReadProp( GetHandlerPropertyFunc getProp, GetHandlerPropertyFunc2 getProp2, UInt32 index, PROPID propID, NCOM::CPropVariant &prop) argument
149 ReadBoolProp( GetHandlerPropertyFunc getProp, GetHandlerPropertyFunc2 getProp2, UInt32 index, PROPID propID, bool &res) argument
163 ReadStringProp( GetHandlerPropertyFunc getProp, GetHandlerPropertyFunc2 getProp2, UInt32 index, PROPID propID, UString &res) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerBase.java1569 return getProp(name,false);
1592 return getProp(name, true);
1634 private String getProp(String name, boolean defaultVal) { method in class:SerializerBase

Completed in 236 milliseconds