Searched refs:theArray (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/carbon/
H A Ddisplay.cpp248 CFArrayRef theArray = CGDisplayAvailableModes( m_id );
250 for (CFIndex i = 0; i < CFArrayGetCount(theArray); ++i)
252 CFDictionaryRef theValue = (CFDictionaryRef) CFArrayGetValueAtIndex( theArray, i );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dxti.cpp280 template<> void wxCollectionToVariantArray( wxArrayString const &theArray, wxxVariantArray &value) argument
282 wxArrayCollectionToVariantArray( theArray , value ) ;

Completed in 67 milliseconds