HomeSort by relevance Sort by last modified time
    Searched full:_m_comp (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
set_operations.h 74 __symmetric_difference_func(_Compare __comp) : _M_comp(__comp) {}
76 _Compare _M_comp;
84 if (_M_comp(*__a, *__c))
90 else if (_M_comp(*__c, *__a))
112 if (_M_comp(*__a, *__c))
117 else if (_M_comp(*__c, *__a))
151 __difference_func(_Compare __comp) : _M_comp(__comp) {}
153 _Compare _M_comp;
161 if (_M_comp(*__a, *__c))
167 else if (_M_comp(*__c, *__a)
    [all...]
losertree.h 78 _Compare _M_comp;
95 : _M_comp(__comp)
174 using _Base::_M_comp;
194 && !_M_comp(_M_losers[__right]._M_key,
238 && ((_M_comp(_M_losers[__pos]._M_key, __key))
239 || (!_M_comp(__key, _M_losers[__pos]._M_key)
267 using _Base::_M_comp;
294 && !_M_comp(_M_losers[__right]._M_key,
338 && _M_comp(_M_losers[__pos]._M_key, __key)))
370 _Compare _M_comp;
    [all...]
base.h 160 _Compare& _M_comp;
163 _EqualFromLess(_Compare& __comp) : _M_comp(__comp) { }
166 { return !_M_comp(__a, __b) && !_M_comp(__b, __a); }
multiseq_selection.h 58 _Compare& _M_comp;
61 _Lexicographic(_Compare& __comp) : _M_comp(__comp) { }
67 if (_M_comp(__p1.first, __p2.first))
70 if (_M_comp(__p2.first, __p1.first))
83 _Compare& _M_comp;
86 _LexicographicReverse(_Compare& __comp) : _M_comp(__comp) { }
92 if (_M_comp(__p2.first, __p1.first))
95 if (_M_comp(__p1.first, __p2.first))

Completed in 140 milliseconds