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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator())
26 { _M_append_sum(__s); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
32 : _STLP_STRING_SUM_BASE(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a) {
33 size_type __size = __s.size();
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos));
45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf
    [all...]
_string.h 183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
186 basic_string(const _Self& __s, size_type __pos)
188 if (__pos > __s.size())
191 _M_range_initialize(__s._M_Start() + __pos, __s._M_Finish());
193 basic_string(const _Self& __s, size_type __pos, size_type __n)
195 if (__pos > __s.size())
198 _M_range_initialize(__s._M_Start() + __pos,
199 __s._M_Start() + __pos + (min) (__n, __s.size() - __pos))
    [all...]
_ios_base.h 269 inline ios_base& _STLP_CALL boolalpha(ios_base& __s)
270 { __s.setf(ios_base::boolalpha); return __s;}
272 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s)
273 { __s.unsetf(ios_base::boolalpha); return __s;}
275 inline ios_base& _STLP_CALL showbase(ios_base& __s)
276 { __s.setf(ios_base::showbase); return __s;}
278 inline ios_base& _STLP_CALL noshowbase(ios_base& __s)
    [all...]
_string_hash.h 34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) {
36 size_t __len = __s.size();
37 const _CharT* __data = __s.data();
47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const
48 { return __stl_string_hash(__s); }
55 size_t operator()(const string& __s) const
56 { return __stl_string_hash(__s); }
62 size_t operator()(const wstring& __s) const
63 { return __stl_string_hash(__s); }
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator())
26 { _M_append_sum(__s); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
32 : _STLP_STRING_SUM_BASE(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a) {
33 size_type __size = __s.size();
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos));
45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf
    [all...]
_string.h 183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
186 basic_string(const _Self& __s, size_type __pos)
188 if (__pos > __s.size())
191 _M_range_initialize(__s._M_Start() + __pos, __s._M_Finish());
193 basic_string(const _Self& __s, size_type __pos, size_type __n)
195 if (__pos > __s.size())
198 _M_range_initialize(__s._M_Start() + __pos,
199 __s._M_Start() + __pos + (min) (__n, __s.size() - __pos))
    [all...]
_ios_base.h 269 inline ios_base& _STLP_CALL boolalpha(ios_base& __s)
270 { __s.setf(ios_base::boolalpha); return __s;}
272 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s)
273 { __s.unsetf(ios_base::boolalpha); return __s;}
275 inline ios_base& _STLP_CALL showbase(ios_base& __s)
276 { __s.setf(ios_base::showbase); return __s;}
278 inline ios_base& _STLP_CALL noshowbase(ios_base& __s)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator())
26 { _M_append_sum(__s); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
32 : _STLP_STRING_SUM_BASE(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a) {
33 size_type __size = __s.size();
37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos));
45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf
    [all...]
_string.h 183 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
186 basic_string(const _Self& __s, size_type __pos)
188 if (__pos > __s.size())
191 _M_range_initialize(__s._M_Start() + __pos, __s._M_Finish());
193 basic_string(const _Self& __s, size_type __pos, size_type __n)
195 if (__pos > __s.size())
198 _M_range_initialize(__s._M_Start() + __pos,
199 __s._M_Start() + __pos + (min) (__n, __s.size() - __pos))
    [all...]
_ios_base.h 269 inline ios_base& _STLP_CALL boolalpha(ios_base& __s)
270 { __s.setf(ios_base::boolalpha); return __s;}
272 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s)
273 { __s.unsetf(ios_base::boolalpha); return __s;}
275 inline ios_base& _STLP_CALL showbase(ios_base& __s)
276 { __s.setf(ios_base::showbase); return __s;}
278 inline ios_base& _STLP_CALL noshowbase(ios_base& __s)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr2/
bool_set 114 operator^(bool_set __s, bool_set __t)
115 { return __s._M_xor(__t); }
118 operator|(bool_set __s, bool_set __t)
119 { return __s._M_or(__t); }
122 operator&(bool_set __s, bool_set __t)
123 { return __s._M_and(__t); }
126 operator==(bool_set __s, bool_set __t)
127 { return __s._M_eq(__t); }
206 contains(bool_set __s, bool_set __t)
207 { return __s.contains(__t);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr2/
bool_set 114 operator^(bool_set __s, bool_set __t)
115 { return __s._M_xor(__t); }
118 operator|(bool_set __s, bool_set __t)
119 { return __s._M_or(__t); }
122 operator&(bool_set __s, bool_set __t)
123 { return __s._M_and(__t); }
126 operator==(bool_set __s, bool_set __t)
127 { return __s._M_eq(__t); }
206 contains(bool_set __s, bool_set __t)
207 { return __s.contains(__t);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/
bool_set 114 operator^(bool_set __s, bool_set __t)
115 { return __s._M_xor(__t); }
118 operator|(bool_set __s, bool_set __t)
119 { return __s._M_or(__t); }
122 operator&(bool_set __s, bool_set __t)
123 { return __s._M_and(__t); }
126 operator==(bool_set __s, bool_set __t)
127 { return __s._M_eq(__t); }
206 contains(bool_set __s, bool_set __t)
207 { return __s.contains(__t);
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
bool_set 114 operator^(bool_set __s, bool_set __t)
115 { return __s._M_xor(__t); }
118 operator|(bool_set __s, bool_set __t)
119 { return __s._M_or(__t); }
122 operator&(bool_set __s, bool_set __t)
123 { return __s._M_and(__t); }
126 operator==(bool_set __s, bool_set __t)
127 { return __s._M_eq(__t); }
206 contains(bool_set __s, bool_set __t)
207 { return __s.contains(__t);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
bool_set 114 operator^(bool_set __s, bool_set __t)
115 { return __s._M_xor(__t); }
118 operator|(bool_set __s, bool_set __t)
119 { return __s._M_or(__t); }
122 operator&(bool_set __s, bool_set __t)
123 { return __s._M_and(__t); }
126 operator==(bool_set __s, bool_set __t)
127 { return __s._M_eq(__t); }
206 contains(bool_set __s, bool_set __t)
207 { return __s.contains(__t);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
bool_set 114 operator^(bool_set __s, bool_set __t)
115 { return __s._M_xor(__t); }
118 operator|(bool_set __s, bool_set __t)
119 { return __s._M_or(__t); }
122 operator&(bool_set __s, bool_set __t)
123 { return __s._M_and(__t); }
126 operator==(bool_set __s, bool_set __t)
127 { return __s._M_eq(__t); }
206 contains(bool_set __s, bool_set __t)
207 { return __s.contains(__t);
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
24 : _M_non_dbg_impl(_Reserve_t(), __s.size(), __s.get_allocator()),
26 { _M_append_sum(__s, _M_non_dbg_impl); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a),
34 size_type __size = __s.size();
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str
    [all...]
_string.h 97 basic_string(const _Self& __s)
98 : _ConstructCheck(__s),
99 _M_non_dbg_impl(__s._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {}
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
103 : _M_non_dbg_impl(__s._M_non_dbg_impl, __pos, __n, __a),
106 basic_string(const _CharT* __s, size_type __n,
108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a),
111 basic_string(const _CharT* __s,
113 : _ConstructCheck(__s),
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
24 : _M_non_dbg_impl(_Reserve_t(), __s.size(), __s.get_allocator()),
26 { _M_append_sum(__s, _M_non_dbg_impl); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a),
34 size_type __size = __s.size();
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str
    [all...]
_string.h 97 basic_string(const _Self& __s)
98 : _ConstructCheck(__s),
99 _M_non_dbg_impl(__s._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {}
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
103 : _M_non_dbg_impl(__s._M_non_dbg_impl, __pos, __n, __a),
106 basic_string(const _CharT* __s, size_type __n,
108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a),
111 basic_string(const _CharT* __s,
113 : _ConstructCheck(__s),
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s)
24 : _M_non_dbg_impl(_Reserve_t(), __s.size(), __s.get_allocator()),
26 { _M_append_sum(__s, _M_non_dbg_impl); }
29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s,
32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a),
34 size_type __size = __s.size();
39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl);
45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str
    [all...]
_string.h 97 basic_string(const _Self& __s)
98 : _ConstructCheck(__s),
99 _M_non_dbg_impl(__s._M_non_dbg_impl), _M_iter_list(&_M_non_dbg_impl) {}
101 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
103 : _M_non_dbg_impl(__s._M_non_dbg_impl, __pos, __n, __a),
106 basic_string(const _CharT* __s, size_type __n,
108 : _ConstructCheck(__s), _M_non_dbg_impl(__s, __n, __a),
111 basic_string(const _CharT* __s,
113 : _ConstructCheck(__s),
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
stdexcept 102 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const string& __s) : logic_error(__s) {}
103 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const char* __s) : logic_error(__s) {}
112 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const string& __s) : logic_error(__s) {}
113 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const char* __s) : logic_error(__s) {}
122 _LIBCPP_INLINE_VISIBILITY explicit length_error(const string& __s) : logic_error(__s) {}
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
stdexcept 102 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const string& __s) : logic_error(__s) {}
103 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const char* __s) : logic_error(__s) {}
112 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const string& __s) : logic_error(__s) {}
113 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const char* __s) : logic_error(__s) {}
122 _LIBCPP_INLINE_VISIBILITY explicit length_error(const string& __s) : logic_error(__s) {}
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
stdexcept 106 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const string& __s) : logic_error(__s) {}
107 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const char* __s) : logic_error(__s) {}
116 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const string& __s) : logic_error(__s) {}
117 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const char* __s) : logic_error(__s) {}
126 _LIBCPP_INLINE_VISIBILITY explicit length_error(const string& __s) : logic_error(__s) {}
    [all...]

Completed in 1468 milliseconds

1 2 3 4 5 6 7 8 91011>>