HomeSort by relevance Sort by last modified time
    Searched full:_m_compare (Results 1 - 25 of 47) sorted by null

1 2

  /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/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); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 353 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__x.begin(), __x.end(),
362 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__x.begin(), __x.end(),
370 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__x.begin(), __x.end(),
381 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__s, __s + __n,
391 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__x.begin(), __x.end(),
402 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__s, __s + __n,
412 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__x.begin(), __x.end(),
_string.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string_operators.h 353 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__x.begin(), __x.end(),
362 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__x.begin(), __x.end(),
370 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__x.begin(), __x.end(),
381 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__s, __s + __n,
391 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__x.begin(), __x.end(),
402 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__s, __s + __n,
412 return basic_string<_CharT,_Traits,_Alloc> ::_M_compare(__x.begin(), __x.end(),
_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.tcc 149 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const throw ()
179 const int __res = _M_compare(__p, __q);
locale_classes.h 680 _M_compare(const _CharT*, const _CharT*) const throw();
740 collate<char>::_M_compare(const char*, const char*) const throw();
749 collate<wchar_t>::_M_compare(const wchar_t*, const wchar_t*) const throw();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.tcc 149 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const throw ()
179 const int __res = _M_compare(__p, __q);
locale_classes.h 680 _M_compare(const _CharT*, const _CharT*) const throw();
740 collate<char>::_M_compare(const char*, const char*) const throw();
749 collate<wchar_t>::_M_compare(const wchar_t*, const wchar_t*) const throw();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.tcc 149 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const throw ()
179 const int __res = _M_compare(__p, __q);
locale_classes.h 680 _M_compare(const _CharT*, const _CharT*) const throw();
740 collate<char>::_M_compare(const char*, const char*) const throw();
749 collate<wchar_t>::_M_compare(const wchar_t*, const wchar_t*) const throw();
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_classes.tcc 149 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const throw ()
179 const int __res = _M_compare(__p, __q);
locale_classes.h 680 _M_compare(const _CharT*, const _CharT*) const throw();
740 collate<char>::_M_compare(const char*, const char*) const throw();
749 collate<wchar_t>::_M_compare(const wchar_t*, const wchar_t*) const throw();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 734 if (this->_M_compare(__k, __code, __p))
764 if (!this->_M_compare(__k, __code, __p1))
802 if (!this->_M_compare(__k, __code, __p1))
830 if (this->_M_compare(__k, __code, __p))
    [all...]
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.h 734 if (this->_M_compare(__k, __code, __p))
764 if (!this->_M_compare(__k, __code, __p1))
802 if (!this->_M_compare(__k, __code, __p1))
830 if (this->_M_compare(__k, __code, __p))
    [all...]
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.h 734 if (this->_M_compare(__k, __code, __p))
764 if (!this->_M_compare(__k, __code, __p1))
802 if (!this->_M_compare(__k, __code, __p1))
830 if (this->_M_compare(__k, __code, __p))
    [all...]
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.h 734 if (this->_M_compare(__k, __code, __p))
764 if (!this->_M_compare(__k, __code, __p1))
802 if (!this->_M_compare(__k, __code, __p1))
830 if (this->_M_compare(__k, __code, __p))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
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/
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/
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/
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

Completed in 1546 milliseconds

1 2