Searched refs:s_pControlsEnd (Results 1 – 1 of 1) sorted by relevance
118 static ControlDescIterator s_pControlsEnd = aDescriptions + s_nControlCount; variable260 …ControlDescRange aFoundRange = ::std::equal_range( s_pControls, s_pControlsEnd, _rControlName, Con… in implGetControl()304 for ( ControlDescIterator aControl = s_pControls; aControl != s_pControlsEnd; ++aControl ) in getSupportedControls()337 …return ::std::binary_search( s_pControls, s_pControlsEnd, _rControlName, ControlDescriptionLookup(… in isControlSupported()
Completed in 11 milliseconds