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

/external/lldb/include/lldb/Core/
H A DThreadSafeSTLMap.h116 _Tp &match_value,
120 return LowerBoundNoLock (key, match_key, match_value, decrement_if_not_equal);
126 _Tp &match_value,
138 match_value = pos->second;
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 396 milliseconds