Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp247 Func_GetHandlerProperty2 getProp2, in GetProp() argument
250 if (getProp2) in GetProp()
251 return getProp2(index, propID, &prop);; in GetProp()
257 Func_GetHandlerProperty2 getProp2, in GetProp_Bool() argument
262 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_Bool()
272 Func_GetHandlerProperty2 getProp2, in GetProp_UInt32() argument
278 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_UInt32()
291 Func_GetHandlerProperty2 getProp2, in GetProp_String() argument
296 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_String()
306 Func_GetHandlerProperty2 getProp2, in GetProp_RawData() argument
[all …]
/external/clang/test/ASTMerge/Inputs/
Dproperty2.m4 - (int)getProp2; method
7 @property (getter = getProp2, setter = setProp2:) int Prop2;
Dproperty1.m4 - (int)getProp2; method