Searched refs:ControlDescIterator (Results 1 – 1 of 1) sorted by relevance
76 typedef const ControlDescription* ControlDescIterator; typedef77 typedef ::std::pair< ControlDescIterator, ControlDescIterator > ControlDescRange;117 static ControlDescIterator s_pControls = aDescriptions;118 static ControlDescIterator s_pControlsEnd = aDescriptions + s_nControlCount;304 for ( ControlDescIterator aControl = s_pControls; aControl != s_pControlsEnd; ++aControl ) in getSupportedControls()
Completed in 67 milliseconds