Searched refs:lowerBound (Results 1 – 2 of 2) sorted by relevance
622 …template< typename NumType > inline void verifyRange( NumType arg, NumType lowerBound, NumType upp… in verifyRange() argument624 if( arg < lowerBound || in verifyRange()658 …template< typename NumType > inline void verifyIndexRange( NumType arg, NumType lowerBound, NumTyp… in verifyIndexRange() argument660 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 27 milliseconds