Searched refs:getProp2 (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 141 GetHandlerPropertyFunc2 getProp2, in ReadProp() argument 144 if (getProp2) in ReadProp() 145 return getProp2(index, propID, &prop);; in ReadProp() 151 GetHandlerPropertyFunc2 getProp2, in ReadBoolProp() argument 155 RINOK(ReadProp(getProp, getProp2, index, propID, prop)); in ReadBoolProp() 165 GetHandlerPropertyFunc2 getProp2, in ReadStringProp() argument 169 RINOK(ReadProp(getProp, getProp2, index, propID, prop)); in ReadStringProp() 240 GetHandlerPropertyFunc2 getProp2 = (GetHandlerPropertyFunc2)lib.GetProc("GetHandlerProperty2"); in LoadFormats() local 241 if (getProp2 == NULL) in LoadFormats() 254 if (getProp2 == NULL) in LoadFormats() [all …]
|
/external/clang/test/ASTMerge/Inputs/ |
D | property2.m | 4 - (int)getProp2; method 7 @property (getter = getProp2, setter = setProp2:) int Prop2;
|
D | property1.m | 4 - (int)getProp2; method
|