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

  /external/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) {
  /ndk/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/5/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/6/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/7/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/8/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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_list.h 1422 { merge(std::move(__x), __comp); } local
    [all...]
stl_tree.h 448 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
449 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
473 _CheckedCompare(const _KeyCompare & __comp): _M_key_compare(__comp) { }
480 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
481 if (__comp(__x, __x))
483 if (__comp(__y, __y))
485 bool lt = __comp(__x, __y);
486 if (lt && __comp(__y, __x))
658 _Rb_tree(const _Compare& __comp,
1313 bool __comp = true; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_list.h 1422 { merge(std::move(__x), __comp); } local
    [all...]
stl_tree.h 448 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
449 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
473 _CheckedCompare(const _KeyCompare & __comp): _M_key_compare(__comp) { }
480 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
481 if (__comp(__x, __x))
483 if (__comp(__y, __y))
485 bool lt = __comp(__x, __y);
486 if (lt && __comp(__y, __x))
658 _Rb_tree(const _Compare& __comp,
1313 bool __comp = true; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 437 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
438 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
462 _CheckedCompare(const _KeyCompare & __comp): _M_key_compare(__comp) { }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
470 if (__comp(__x, __x))
472 if (__comp(__y, __y))
474 bool lt = __comp(__x, __y);
475 if (lt && __comp(__y, __x))
633 _Rb_tree(const _Compare& __comp,
1206 bool __comp = true; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 437 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
438 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
462 _CheckedCompare(const _KeyCompare & __comp): _M_key_compare(__comp) { }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
470 if (__comp(__x, __x))
472 if (__comp(__y, __y))
474 bool lt = __comp(__x, __y);
475 if (lt && __comp(__y, __x))
633 _Rb_tree(const _Compare& __comp,
1206 bool __comp = true; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 437 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
438 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
462 _CheckedCompare(const _KeyCompare & __comp): _M_key_compare(__comp) { }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
470 if (__comp(__x, __x))
472 if (__comp(__y, __y))
474 bool lt = __comp(__x, __y);
475 if (lt && __comp(__y, __x))
633 _Rb_tree(const _Compare& __comp,
1206 bool __comp = true; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 437 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
438 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
462 _CheckedCompare(const _KeyCompare & __comp): _M_key_compare(__comp) { }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
470 if (__comp(__x, __x))
472 if (__comp(__y, __y))
474 bool lt = __comp(__x, __y);
475 if (lt && __comp(__y, __x))
633 _Rb_tree(const _Compare& __comp,
1206 bool __comp = true; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 437 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
438 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
462 _CheckedCompare(const _KeyCompare & __comp): _M_key_compare(__comp) { }
469 static bool _M_compare_with(_KeyCompareT& __comp, const _Key& __x, const _Key& __y) {
470 if (__comp(__x, __x))
472 if (__comp(__y, __y))
474 bool lt = __comp(__x, __y);
475 if (lt && __comp(__y, __x))
633 _Rb_tree(const _Compare& __comp,
1206 bool __comp = true; local
    [all...]

Completed in 368 milliseconds