Searched refs:decrement_if_not_equal (Results 1 – 1 of 1) sorted by relevance
118 bool decrement_if_not_equal) const in LowerBound() argument121 return LowerBoundNoLock (key, match_key, match_value, decrement_if_not_equal); in LowerBound()128 bool decrement_if_not_equal) const in LowerBoundNoLock() argument134 if (decrement_if_not_equal && key != match_key && pos != m_collection.begin()) in LowerBoundNoLock()