HomeSort by relevance Sort by last modified time
    Searched defs:__comp (Results 1 - 24 of 24) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
for_each_selectors.h 309 _Compare& __comp; member in struct:__gnu_parallel::__min_element_reduct
312 __min_element_reduct(_Compare &__c) : __comp(__c) { }
316 { return (__comp(*__x, *__y)) ? __x : __y; }
323 _Compare& __comp; member in struct:__gnu_parallel::__max_element_reduct
326 __max_element_reduct(_Compare& __c) : __comp(__c) { }
330 { return (__comp(*__x, *__y)) ? __y : __x; }
multiway_merge.h 83 _Compare& __comp; member in class:__gnu_parallel::_GuardedIterator
89 * @param __comp Comparator provided for associated overloaded
91 _GuardedIterator(_RAIter __begin, _RAIter __end, _Compare& __comp)
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
127 return (__bi1.__comp)(*__bi1, *__bi2); // normal compare
142 return !(__bi1.__comp)(*__bi2, *__bi1); // normal compare
153 _Compare& __comp; member in class:__gnu_parallel::_UnguardedIterator
159 * @param __comp Unused, only for compatibility. */
161 _RAIter /* __end */, _Compare& __comp)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
for_each_selectors.h 309 _Compare& __comp; member in struct:__gnu_parallel::__min_element_reduct
312 __min_element_reduct(_Compare &__c) : __comp(__c) { }
316 { return (__comp(*__x, *__y)) ? __x : __y; }
323 _Compare& __comp; member in struct:__gnu_parallel::__max_element_reduct
326 __max_element_reduct(_Compare& __c) : __comp(__c) { }
330 { return (__comp(*__x, *__y)) ? __y : __x; }
multiway_merge.h 83 _Compare& __comp; member in class:__gnu_parallel::_GuardedIterator
89 * @param __comp Comparator provided for associated overloaded
91 _GuardedIterator(_RAIter __begin, _RAIter __end, _Compare& __comp)
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
127 return (__bi1.__comp)(*__bi1, *__bi2); // normal compare
142 return !(__bi1.__comp)(*__bi2, *__bi1); // normal compare
153 _Compare& __comp; member in class:__gnu_parallel::_UnguardedIterator
159 * @param __comp Unused, only for compatibility. */
161 _RAIter /* __end */, _Compare& __comp)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
for_each_selectors.h 309 _Compare& __comp; member in struct:__gnu_parallel::__min_element_reduct
312 __min_element_reduct(_Compare &__c) : __comp(__c) { }
316 { return (__comp(*__x, *__y)) ? __x : __y; }
323 _Compare& __comp; member in struct:__gnu_parallel::__max_element_reduct
326 __max_element_reduct(_Compare& __c) : __comp(__c) { }
330 { return (__comp(*__x, *__y)) ? __y : __x; }
multiway_merge.h 83 _Compare& __comp; member in class:__gnu_parallel::_GuardedIterator
89 * @param __comp Comparator provided for associated overloaded
91 _GuardedIterator(_RAIter __begin, _RAIter __end, _Compare& __comp)
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
127 return (__bi1.__comp)(*__bi1, *__bi2); // normal compare
142 return !(__bi1.__comp)(*__bi2, *__bi1); // normal compare
153 _Compare& __comp; member in class:__gnu_parallel::_UnguardedIterator
159 * @param __comp Unused, only for compatibility. */
161 _RAIter /* __end */, _Compare& __comp)
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
for_each_selectors.h 309 _Compare& __comp; member in struct:__gnu_parallel::__min_element_reduct
312 __min_element_reduct(_Compare &__c) : __comp(__c) { }
316 { return (__comp(*__x, *__y)) ? __x : __y; }
323 _Compare& __comp; member in struct:__gnu_parallel::__max_element_reduct
326 __max_element_reduct(_Compare& __c) : __comp(__c) { }
330 { return (__comp(*__x, *__y)) ? __y : __x; }
multiway_merge.h 83 _Compare& __comp; member in class:__gnu_parallel::_GuardedIterator
89 * @param __comp Comparator provided for associated overloaded
91 _GuardedIterator(_RAIter __begin, _RAIter __end, _Compare& __comp)
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
127 return (__bi1.__comp)(*__bi1, *__bi2); // normal compare
142 return !(__bi1.__comp)(*__bi2, *__bi1); // normal compare
153 _Compare& __comp; member in class:__gnu_parallel::_UnguardedIterator
159 * @param __comp Unused, only for compatibility. */
161 _RAIter /* __end */, _Compare& __comp)
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_tree.c 408 bool __comp = true; local
411 __comp = _M_key_compare(_KeyOfValue()(__val), _S_key(__x));
412 __x = __comp ? _S_left(__x) : _S_right(__x);
415 if (__comp) {
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
for_each_selectors.h 309 _Compare& __comp; member in struct:__gnu_parallel::__min_element_reduct
312 __min_element_reduct(_Compare &__c) : __comp(__c) { }
316 { return (__comp(*__x, *__y)) ? __x : __y; }
323 _Compare& __comp; member in struct:__gnu_parallel::__max_element_reduct
326 __max_element_reduct(_Compare& __c) : __comp(__c) { }
330 { return (__comp(*__x, *__y)) ? __y : __x; }
multiway_merge.h 83 _Compare& __comp; member in class:__gnu_parallel::_GuardedIterator
89 * @param __comp Comparator provided for associated overloaded
91 _GuardedIterator(_RAIter __begin, _RAIter __end, _Compare& __comp)
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
127 return (__bi1.__comp)(*__bi1, *__bi2); // normal compare
142 return !(__bi1.__comp)(*__bi2, *__bi1); // normal compare
153 _Compare& __comp; member in class:__gnu_parallel::_UnguardedIterator
159 * @param __comp Unused, only for compatibility. */
161 _RAIter /* __end */, _Compare& __comp)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_tree.c 408 bool __comp = true; local
411 __comp = _M_key_compare(_KeyOfValue()(__val), _S_key(__x));
412 __x = __comp ? _S_left(__x) : _S_right(__x);
415 if (__comp) {
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
for_each_selectors.h 309 _Compare& __comp; member in struct:__gnu_parallel::__min_element_reduct
312 __min_element_reduct(_Compare &__c) : __comp(__c) { }
316 { return (__comp(*__x, *__y)) ? __x : __y; }
323 _Compare& __comp; member in struct:__gnu_parallel::__max_element_reduct
326 __max_element_reduct(_Compare& __c) : __comp(__c) { }
330 { return (__comp(*__x, *__y)) ? __y : __x; }
multiway_merge.h 83 _Compare& __comp; member in class:__gnu_parallel::_GuardedIterator
89 * @param __comp Comparator provided for associated overloaded
91 _GuardedIterator(_RAIter __begin, _RAIter __end, _Compare& __comp)
92 : _M_current(__begin), _M_end(__end), __comp(__comp)
127 return (__bi1.__comp)(*__bi1, *__bi2); // normal compare
142 return !(__bi1.__comp)(*__bi2, *__bi1); // normal compare
153 _Compare& __comp; member in class:__gnu_parallel::_UnguardedIterator
159 * @param __comp Unused, only for compatibility. */
161 _RAIter /* __end */, _Compare& __comp)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_tree.c 408 bool __comp = true; local
411 __comp = _M_key_compare(_KeyOfValue()(__val), _S_key(__x));
412 __x = __comp ? _S_left(__x) : _S_right(__x);
415 if (__comp) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 1190 { merge(std::move(__list), __comp); } local
    [all...]
stl_list.h 1436 { merge(std::move(__x), __comp); } local
    [all...]
stl_tree.h 450 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
451 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
456 _Rb_tree_impl(const _Key_compare& __comp, _Node_allocator&& __a)
457 : _Node_allocator(std::move(__a)), _M_key_compare(__comp),
650 _Rb_tree(const _Compare& __comp,
652 : _M_impl(__comp, _Node_allocator(__a)) { }
1320 bool __comp = true; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 1190 { merge(std::move(__list), __comp); } local
    [all...]
stl_list.h 1436 { merge(std::move(__x), __comp); } local
    [all...]
stl_tree.h 450 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
451 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
456 _Rb_tree_impl(const _Key_compare& __comp, _Node_allocator&& __a)
457 : _Node_allocator(std::move(__a)), _M_key_compare(__comp),
650 _Rb_tree(const _Compare& __comp,
652 : _M_impl(__comp, _Node_allocator(__a)) { }
1320 bool __comp = true; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.h 1190 { merge(std::move(__list), __comp); } local
    [all...]
stl_list.h 1436 { merge(std::move(__x), __comp); } local
    [all...]
stl_tree.h 450 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
451 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
456 _Rb_tree_impl(const _Key_compare& __comp, _Node_allocator&& __a)
457 : _Node_allocator(std::move(__a)), _M_key_compare(__comp),
650 _Rb_tree(const _Compare& __comp,
652 : _M_impl(__comp, _Node_allocator(__a)) { }
1320 bool __comp = true; local
    [all...]

Completed in 528 milliseconds