Searched refs:lowerBound (Results 1 – 2 of 2) sorted by relevance
623 …template< typename NumType > inline void verifyRange( NumType arg, NumType lowerBound, NumType upp… in verifyRange() argument625 if( arg < lowerBound || in verifyRange()659 …template< typename NumType > inline void verifyIndexRange( NumType arg, NumType lowerBound, NumTyp… in verifyIndexRange() argument661 if( arg < lowerBound || in verifyIndexRange()
2514 ColumnPositions::const_iterator lowerBound = ::std::lower_bound( in impl_getColumnForOrdinate() local2520 if ( lowerBound == m_aColumnWidths.end() ) in impl_getColumnForOrdinate()2528 return lowerBound - m_aColumnWidths.begin(); in impl_getColumnForOrdinate()
Completed in 40 milliseconds