Searched defs:match_key (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Core/
H A DThreadSafeSTLMap.h115 _Key& match_key,
120 return LowerBoundNoLock (key, match_key, match_value, decrement_if_not_equal);
125 _Key& match_key,
132 match_key = pos->first;
133 if (decrement_if_not_equal && key != match_key && pos != m_collection.begin())
136 match_key = pos->first;
114 LowerBound(const _Key& key, _Key& match_key, _Tp &match_value, bool decrement_if_not_equal) const argument
124 LowerBoundNoLock(const _Key& key, _Key& match_key, _Tp &match_value, bool decrement_if_not_equal) const argument

Completed in 217 milliseconds