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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dutilsexc_base.cpp71 CFIndex cfiCount = 0; local
74 ++cfiCount;
79 if(cfiCount == 0)
132 cfiCount-1, &kCFTypeArrayCallBacks);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmimetmac.cpp959 CFIndex cfiCount = CFDictionaryGetCount(cfdRef); local
960 CFTypeRef* pKeys = new CFTypeRef[cfiCount];
961 CFTypeRef* pValues = new CFTypeRef[cfiCount];
965 for (CFIndex i = 0; i < cfiCount; ++i)
1364 CFIndex cfiCount = GetCount();
1365 CFTypeRef* pKeys = new CFTypeRef[cfiCount];
1366 CFTypeRef* pValues = new CFTypeRef[cfiCount];
1373 for (CFIndex i = 0; i < cfiCount; ++i)
1384 --cfiCount;
1387 pKeys = new CFTypeRef[cfiCount];
[all...]

Completed in 160 milliseconds