HomeSort by relevance Sort by last modified time
    Searched full:__str (Results 51 - 75 of 416) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 450 * @param __str Source string.
452 basic_string(const basic_string& __str);
455 * @param __str Source string.
459 basic_string(const basic_string& __str, size_type __pos,
463 * @param __str Source string.
468 basic_string(const basic_string& __str, size_type __pos,
499 * @param __str Source string.
501 * The newly-created string contains the exact contents of @a __str.
502 * @a __str is a valid, but unspecified string.
504 basic_string(basic_string&& __str) noexcep
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 155 * @param __str Source string.
157 __versa_string(const __versa_string& __str)
158 : __vstring_base(__str) { }
163 * @param __str Source string.
169 __versa_string(__versa_string&& __str)
170 : __vstring_base(std::forward<__vstring_base>(__str)) { }
184 * @param __str Source string.
188 __versa_string(const __versa_string& __str, size_type __pos,
190 : __vstring_base(__str._M_data()
191 + __str._M_check(__pos
    [all...]
vstring.tcc 182 __versa_string<_CharT, _Traits, _Alloc, _Base> __str;
183 __str.reserve(__lhs.size() + __rhs.size());
184 __str.append(__lhs);
185 __str.append(__rhs);
186 return __str;
199 __string_type __str;
200 __str.reserve(__len + __rhs.size());
201 __str.append(__lhs, __len);
202 __str.append(__rhs);
203 return __str;
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 155 * @param __str Source string.
157 __versa_string(const __versa_string& __str)
158 : __vstring_base(__str) { }
163 * @param __str Source string.
169 __versa_string(__versa_string&& __str)
170 : __vstring_base(std::forward<__vstring_base>(__str)) { }
184 * @param __str Source string.
188 __versa_string(const __versa_string& __str, size_type __pos,
190 : __vstring_base(__str._M_data()
191 + __str._M_check(__pos
    [all...]
vstring.tcc 182 __versa_string<_CharT, _Traits, _Alloc, _Base> __str;
183 __str.reserve(__lhs.size() + __rhs.size());
184 __str.append(__lhs);
185 __str.append(__rhs);
186 return __str;
199 __string_type __str;
200 __str.reserve(__len + __rhs.size());
201 __str.append(__lhs, __len);
202 __str.append(__rhs);
203 return __str;
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 155 * @param __str Source string.
157 __versa_string(const __versa_string& __str)
158 : __vstring_base(__str) { }
163 * @param __str Source string.
169 __versa_string(__versa_string&& __str)
170 : __vstring_base(std::forward<__vstring_base>(__str)) { }
184 * @param __str Source string.
188 __versa_string(const __versa_string& __str, size_type __pos,
190 : __vstring_base(__str._M_data()
191 + __str._M_check(__pos
    [all...]
vstring.tcc 182 __versa_string<_CharT, _Traits, _Alloc, _Base> __str;
183 __str.reserve(__lhs.size() + __rhs.size());
184 __str.append(__lhs);
185 __str.append(__rhs);
186 return __str;
199 __string_type __str;
200 __str.reserve(__len + __rhs.size());
201 __str.append(__lhs, __len);
202 __str.append(__rhs);
203 return __str;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring.h 155 * @param __str Source string.
157 __versa_string(const __versa_string& __str)
158 : __vstring_base(__str) { }
163 * @param __str Source string.
169 __versa_string(__versa_string&& __str)
170 : __vstring_base(std::move(__str)) { }
184 * @param __str Source string.
188 __versa_string(const __versa_string& __str, size_type __pos,
190 : __vstring_base(__str._M_data()
191 + __str._M_check(__pos
    [all...]
vstring.tcc 182 __versa_string<_CharT, _Traits, _Alloc, _Base> __str;
183 __str.reserve(__lhs.size() + __rhs.size());
184 __str.append(__lhs);
185 __str.append(__rhs);
186 return __str;
199 __string_type __str;
200 __str.reserve(__len + __rhs.size());
201 __str.append(__lhs, __len);
202 __str.append(__rhs);
203 return __str;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/ssp/
stdio.h 76 extern char *__gets_chk (char *__str, size_t);
77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets);
80 gets (char *__str)
82 if (__ssp_bos (__str) != (size_t) -1)
83 return __gets_chk (__str, __ssp_bos (__str));
84 return __gets_alias (__str);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
stdio.h 76 extern char *__gets_chk (char *__str, size_t);
77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets);
80 gets (char *__str)
82 if (__ssp_bos (__str) != (size_t) -1)
83 return __gets_chk (__str, __ssp_bos (__str));
84 return __gets_alias (__str);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
stdio.h 76 extern char *__gets_chk (char *__str, size_t);
77 extern char *__SSP_REDIRECT (__gets_alias, (char *__str), gets);
80 gets (char *__str)
82 if (__ssp_bos (__str) != (size_t) -1)
83 return __gets_chk (__str, __ssp_bos (__str));
84 return __gets_alias (__str);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
vstring.tcc 184 __versa_string<_CharT, _Traits, _Alloc, _Base> __str;
185 __str.reserve(__lhs.size() + __rhs.size());
186 __str.append(__lhs);
187 __str.append(__rhs);
188 return __str;
201 __string_type __str;
202 __str.reserve(__len + __rhs.size());
203 __str.append(__lhs, __len);
204 __str.append(__rhs);
205 return __str;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.tcc 183 __versa_string<_CharT, _Traits, _Alloc, _Base> __str;
184 __str.reserve(__lhs.size() + __rhs.size());
185 __str.append(__lhs);
186 __str.append(__rhs);
187 return __str;
200 __string_type __str;
201 __str.reserve(__len + __rhs.size());
202 __str.append(__lhs, __len);
203 __str.append(__rhs);
204 return __str;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.tcc 183 __versa_string<_CharT, _Traits, _Alloc, _Base> __str;
184 __str.reserve(__lhs.size() + __rhs.size());
185 __str.append(__lhs);
186 __str.append(__rhs);
187 return __str;
200 __string_type __str;
201 __str.reserve(__len + __rhs.size());
202 __str.append(__lhs, __len);
203 __str.append(__rhs);
204 return __str;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.tcc 184 __versa_string<_CharT, _Traits, _Alloc, _Base> __str;
185 __str.reserve(__lhs.size() + __rhs.size());
186 __str.append(__lhs);
187 __str.append(__rhs);
188 return __str;
201 __string_type __str;
202 __str.reserve(__len + __rhs.size());
203 __str.append(__lhs, __len);
204 __str.append(__rhs);
205 return __str;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.tcc 184 __versa_string<_CharT, _Traits, _Alloc, _Base> __str;
185 __str.reserve(__lhs.size() + __rhs.size());
186 __str.append(__lhs);
187 __str.append(__rhs);
188 return __str;
201 __string_type __str;
202 __str.reserve(__len + __rhs.size());
203 __str.append(__lhs, __len);
204 __str.append(__rhs);
205 return __str;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.tcc 184 __versa_string<_CharT, _Traits, _Alloc, _Base> __str;
185 __str.reserve(__lhs.size() + __rhs.size());
186 __str.append(__lhs);
187 __str.append(__rhs);
188 return __str;
201 __string_type __str;
202 __str.reserve(__len + __rhs.size());
203 __str.append(__lhs, __len);
204 __str.append(__rhs);
205 return __str;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.tcc 184 __versa_string<_CharT, _Traits, _Alloc, _Base> __str;
185 __str.reserve(__lhs.size() + __rhs.size());
186 __str.append(__lhs);
187 __str.append(__rhs);
188 return __str;
201 __string_type __str;
202 __str.reserve(__len + __rhs.size());
203 __str.append(__lhs, __len);
204 __str.append(__rhs);
205 return __str;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
vstring.tcc 183 __versa_string<_CharT, _Traits, _Alloc, _Base> __str;
184 __str.reserve(__lhs.size() + __rhs.size());
185 __str.append(__lhs);
186 __str.append(__rhs);
187 return __str;
200 __string_type __str;
201 __str.reserve(__len + __rhs.size());
202 __str.append(__lhs, __len);
203 __str.append(__rhs);
204 return __str;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.tcc 184 __versa_string<_CharT, _Traits, _Alloc, _Base> __str;
185 __str.reserve(__lhs.size() + __rhs.size());
186 __str.append(__lhs);
187 __str.append(__rhs);
188 return __str;
201 __string_type __str;
202 __str.reserve(__len + __rhs.size());
203 __str.append(__lhs, __len);
204 __str.append(__rhs);
205 return __str;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
basic_string.tcc 172 basic_string(const basic_string& __str)
173 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()),
174 __str.get_allocator()),
175 __str.get_allocator())
186 basic_string(const basic_string& __str, size_type __pos, size_type __n)
187 : _M_dataplus(_S_construct(__str._M_data()
188 + __str._M_check(__pos,
190 __str._M_data() + __str._M_limit(__pos, __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.tcc 170 basic_string(const basic_string& __str)
171 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()),
172 __str.get_allocator()),
173 __str.get_allocator())
184 basic_string(const basic_string& __str, size_type __pos, size_type __n)
185 : _M_dataplus(_S_construct(__str._M_data()
186 + __str._M_check(__pos,
188 __str._M_data() + __str._M_limit(__pos, __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.tcc 170 basic_string(const basic_string& __str)
171 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()),
172 __str.get_allocator()),
173 __str.get_allocator())
184 basic_string(const basic_string& __str, size_type __pos, size_type __n)
185 : _M_dataplus(_S_construct(__str._M_data()
186 + __str._M_check(__pos,
188 __str._M_data() + __str._M_limit(__pos, __n
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 171 basic_string(const basic_string& __str)
172 : _M_dataplus(__str._M_rep()->_M_grab(_Alloc(__str.get_allocator()),
173 __str.get_allocator()),
174 __str.get_allocator())
185 basic_string(const basic_string& __str, size_type __pos, size_type __n)
186 : _M_dataplus(_S_construct(__str._M_data()
187 + __str._M_check(__pos,
189 __str._M_data() + __str._M_limit(__pos, __n
    [all...]

Completed in 633 milliseconds

1 23 4 5 6 7 8 91011>>