Home
last modified time | relevance | path

Searched refs:decrement_if_not_equal (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDThreadSafeSTLMap.h118 bool decrement_if_not_equal) const in LowerBound() argument
121 return LowerBoundNoLock (key, match_key, match_value, decrement_if_not_equal); in LowerBound()
128 bool decrement_if_not_equal) const in LowerBoundNoLock() argument
134 if (decrement_if_not_equal && key != match_key && pos != m_collection.begin()) in LowerBoundNoLock()