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

  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1,
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1,
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1,
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1,
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 227 _M_compare(const __sso_string_base&) const
rc_string_base.h 360 _M_compare(const __rc_string_base&) const
709 _M_compare(const __rc_string_base& __rcs) const
721 _M_compare(const __rc_string_base& __rcs) const
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 227 _M_compare(const __sso_string_base&) const
rc_string_base.h 360 _M_compare(const __rc_string_base&) const
709 _M_compare(const __rc_string_base& __rcs) const
721 _M_compare(const __rc_string_base& __rcs) const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
sso_string_base.h 227 _M_compare(const __sso_string_base&) const
rc_string_base.h 360 _M_compare(const __rc_string_base&) const
709 _M_compare(const __rc_string_base& __rcs) const
721 _M_compare(const __rc_string_base& __rcs) const
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
sso_string_base.h 253 _M_compare(const __sso_string_base&) const
rc_string_base.h 360 _M_compare(const __rc_string_base&) const
709 _M_compare(const __rc_string_base& __rcs) const
721 _M_compare(const __rc_string_base& __rcs) const
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1,
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1,
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1,
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1,
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h 606 _M_compare(const _Key& __k, _Hash_code_type,
685 _M_compare(const _Key& __k, _Hash_code_type,
752 _M_compare(const _Key& __k, _Hash_code_type __c,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h 606 _M_compare(const _Key& __k, _Hash_code_type,
685 _M_compare(const _Key& __k, _Hash_code_type,
752 _M_compare(const _Key& __k, _Hash_code_type __c,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable_policy.h 606 _M_compare(const _Key& __k, _Hash_code_type,
685 _M_compare(const _Key& __k, _Hash_code_type,
752 _M_compare(const _Key& __k, _Hash_code_type __c,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable_policy.h 606 _M_compare(const _Key& __k, _Hash_code_type,
685 _M_compare(const _Key& __k, _Hash_code_type,
752 _M_compare(const _Key& __k, _Hash_code_type __c,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 208 _Compare _M_compare;
210 _CheckedCompare(const _Compare & __comp): _M_compare(__comp) { }
214 if (_M_compare(__x, __x))
216 if (_M_compare(__y, __y))
218 bool lt = _M_compare(__x, __y);
219 if (lt && _M_compare(__y, __x))
227 return _M_compare(__x, __y);
    [all...]

Completed in 1604 milliseconds