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

  /external/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); }
  /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); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
sso_string_base.h 229 _M_compare(const __sso_string_base&) const
rc_string_base.h 347 _M_compare(const __rc_string_base&) const
696 _M_compare(const __rc_string_base& __rcs) const
708 _M_compare(const __rc_string_base& __rcs) const
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
hashtable_policy.h 688 _M_compare(const _Key& __k, _Hash_code_type,
767 _M_compare(const _Key& __k, _Hash_code_type,
834 _M_compare(const _Key& __k, _Hash_code_type __c,
  /external/stlport/stlport/stl/
_string.h     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 78 mutable _Compare _M_compare;
80 _CheckedCompare(const _Compare & __comp): _M_compare(__comp) { }
84 if (_M_compare(__x, __x))
86 if (_M_compare(__y, __y))
88 bool lt = _M_compare(__x, __y);
89 if (lt && _M_compare(__y, __x))
100 return _M_compare(__x, __y);
    [all...]

Completed in 741 milliseconds