Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp297 Func_GetHandlerProperty2 getProp2, in GetProp() argument
300 if (getProp2) in GetProp()
301 return getProp2(index, propID, &prop);; in GetProp()
307 Func_GetHandlerProperty2 getProp2, in GetProp_Bool() argument
312 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_Bool()
322 Func_GetHandlerProperty2 getProp2, in GetProp_UInt32() argument
328 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_UInt32()
341 Func_GetHandlerProperty2 getProp2, in GetProp_String() argument
346 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_String()
356 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