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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/debug/
string 82 basic_string(const basic_string& __str)
83 : _Base(__str, 0, _Base::npos, __str.get_allocator()), _Safe_base()
88 basic_string(const basic_string& __str, size_type __pos,
91 : _Base(__str, __pos, __n, __a)
117 basic_string(basic_string&& __str)
118 : _Base(std::move(__str))
130 operator=(const basic_string& __str)
132 *static_cast<_Base*>(this) = __str;
156 operator=(basic_string&& __str)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
string 82 basic_string(const basic_string& __str)
83 : _Base(__str, 0, _Base::npos, __str.get_allocator()), _Safe_base()
88 basic_string(const basic_string& __str, size_type __pos,
91 : _Base(__str, __pos, __n, __a)
117 basic_string(basic_string&& __str)
118 : _Base(std::move(__str))
130 operator=(const basic_string& __str)
132 *static_cast<_Base*>(this) = __str;
156 operator=(basic_string&& __str)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
string 82 basic_string(const basic_string& __str)
83 : _Base(__str, 0, _Base::npos, __str.get_allocator())
88 basic_string(const basic_string& __str, size_type __pos,
91 : _Base(__str, __pos, __n, __a)
117 basic_string(basic_string&& __str) noexcept
118 : _Base(std::move(__str))
130 operator=(const basic_string& __str)
132 *static_cast<_Base*>(this) = __str;
156 operator=(basic_string&& __str)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
string 82 basic_string(const basic_string& __str)
83 : _Base(__str, 0, _Base::npos, __str.get_allocator()), _Safe_base()
88 basic_string(const basic_string& __str, size_type __pos,
91 : _Base(__str, __pos, __n, __a)
117 basic_string(basic_string&& __str)
118 : _Base(std::move(__str))
130 operator=(const basic_string& __str)
132 *static_cast<_Base*>(this) = __str;
156 operator=(basic_string&& __str)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
string 82 basic_string(const basic_string& __str)
83 : _Base(__str, 0, _Base::npos, __str.get_allocator())
88 basic_string(const basic_string& __str, size_type __pos,
91 : _Base(__str, __pos, __n, __a)
117 basic_string(basic_string&& __str) noexcept
118 : _Base(std::move(__str))
130 operator=(const basic_string& __str)
132 *static_cast<_Base*>(this) = __str;
156 operator=(basic_string&& __str)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
string 81 basic_string(const basic_string& __str)
82 : _Base(__str, 0, _Base::npos, __str.get_allocator()), _Safe_base()
87 basic_string(const basic_string& __str, size_type __pos,
90 : _Base(__str, __pos, __n, __a)
122 operator=(const basic_string& __str)
124 *static_cast<_Base*>(this) = __str;
249 operator+=(const basic_string& __str)
251 _M_base() += __str;
284 append(const basic_string& __str)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
string 81 basic_string(const basic_string& __str)
82 : _Base(__str, 0, _Base::npos, __str.get_allocator()), _Safe_base()
87 basic_string(const basic_string& __str, size_type __pos,
90 : _Base(__str, __pos, __n, __a)
122 operator=(const basic_string& __str)
124 *static_cast<_Base*>(this) = __str;
249 operator+=(const basic_string& __str)
251 _M_base() += __str;
284 append(const basic_string& __str)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
string 81 basic_string(const basic_string& __str)
82 : _Base(__str, 0, _Base::npos, __str.get_allocator()), _Safe_base()
87 basic_string(const basic_string& __str, size_type __pos,
90 : _Base(__str, __pos, __n, __a)
122 operator=(const basic_string& __str)
124 *static_cast<_Base*>(this) = __str;
249 operator+=(const basic_string& __str)
251 _M_base() += __str;
284 append(const basic_string& __str)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
string 81 basic_string(const basic_string& __str)
82 : _Base(__str, 0, _Base::npos, __str.get_allocator()), _Safe_base()
87 basic_string(const basic_string& __str, size_type __pos,
90 : _Base(__str, __pos, __n, __a)
122 operator=(const basic_string& __str)
124 *static_cast<_Base*>(this) = __str;
249 operator+=(const basic_string& __str)
251 _M_base() += __str;
284 append(const basic_string& __str)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
249 locale __loc = __str.getloc();
258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype);
427 __do_get_float(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
429 locale __loc = __str.getloc();
449 __do_get_alphabool(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc());
523 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str,
525 { return _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 ); }
529 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str,
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
249 locale __loc = __str.getloc();
258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype);
427 __do_get_float(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
429 locale __loc = __str.getloc();
449 __do_get_alphabool(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc());
523 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str,
525 { return _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 ); }
529 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
249 locale __loc = __str.getloc();
258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype);
427 __do_get_float(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
429 locale __loc = __str.getloc();
449 __do_get_alphabool(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc());
523 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str,
525 { return _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 ); }
529 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str,
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
249 locale __loc = __str.getloc();
258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype);
427 __do_get_float(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
429 locale __loc = __str.getloc();
449 __do_get_alphabool(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc());
523 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str,
525 { return _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 ); }
529 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
249 locale __loc = __str.getloc();
258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype);
427 __do_get_float(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
429 locale __loc = __str.getloc();
449 __do_get_alphabool(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc());
523 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str,
525 { return _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 ); }
529 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_get.c 247 __do_get_integer(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
249 locale __loc = __str.getloc();
258 const int __base_or_zero = __get_base_or_zero(__in_ite, __end, __str.flags(), __ctype);
427 __do_get_float(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
429 locale __loc = __str.getloc();
449 __do_get_alphabool(_InputIter& __in_ite, _InputIter& __end, ios_base& __str,
451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc());
523 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str,
525 { return _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 ); }
529 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.h 142 * @brief Construct string with copy of value of @a __str.
143 * @param __str Source string.
145 __versa_string(const __versa_string& __str)
146 : __vstring_base(__str) { }
151 * @param __str Source string.
154 * @a __str. The contents of @a __str are a valid, but unspecified
157 __versa_string(__versa_string&& __str) noexcept
158 : __vstring_base(std::move(__str)) { }
172 * @param __str Source string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 146 * @brief Construct string with copy of value of @a __str.
147 * @param __str Source string.
149 __versa_string(const __versa_string& __str)
150 : __vstring_base(__str) { }
155 * @param __str Source string.
158 * @a __str. The contents of @a __str are a valid, but unspecified
161 __versa_string(__versa_string&& __str) noexcept
162 : __vstring_base(std::move(__str)) { }
176 * @param __str Source string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 146 * @brief Construct string with copy of value of @a __str.
147 * @param __str Source string.
149 __versa_string(const __versa_string& __str)
150 : __vstring_base(__str) { }
155 * @param __str Source string.
158 * @a __str. The contents of @a __str are a valid, but unspecified
161 __versa_string(__versa_string&& __str) noexcept
162 : __vstring_base(std::move(__str)) { }
176 * @param __str Source string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 147 * @brief Construct string with copy of value of @a __str.
148 * @param __str Source string.
150 __versa_string(const __versa_string& __str)
151 : __vstring_base(__str) { }
156 * @param __str Source string.
159 * @a __str. The contents of @a __str are a valid, but unspecified
162 __versa_string(__versa_string&& __str) noexcept
163 : __vstring_base(std::move(__str)) { }
177 * @param __str Source string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 147 * @brief Construct string with copy of value of @a __str.
148 * @param __str Source string.
150 __versa_string(const __versa_string& __str)
151 : __vstring_base(__str) { }
156 * @param __str Source string.
159 * @a __str. The contents of @a __str are a valid, but unspecified
162 __versa_string(__versa_string&& __str) noexcept
163 : __vstring_base(std::move(__str)) { }
177 * @param __str Source string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
vstring.h 146 * @brief Construct string with copy of value of @a __str.
147 * @param __str Source string.
149 __versa_string(const __versa_string& __str)
150 : __vstring_base(__str) { }
155 * @param __str Source string.
158 * @a __str. The contents of @a __str are a valid, but unspecified
161 __versa_string(__versa_string&& __str) noexcept
162 : __vstring_base(std::move(__str)) { }
176 * @param __str Source string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
vstring.h 160 * @param __str Source string.
162 __versa_string(const __versa_string& __str)
163 : __vstring_base(__str) { }
168 * @param __str Source string.
174 __versa_string(__versa_string&& __str)
175 : __vstring_base(std::move(__str)) { }
189 * @param __str Source string.
193 __versa_string(const __versa_string& __str, size_type __pos,
195 : __vstring_base(__str._M_data()
196 + __str._M_check(__pos
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 160 * @param __str Source string.
162 __versa_string(const __versa_string& __str)
163 : __vstring_base(__str) { }
168 * @param __str Source string.
174 __versa_string(__versa_string&& __str)
175 : __vstring_base(std::move(__str)) { }
189 * @param __str Source string.
193 __versa_string(const __versa_string& __str, size_type __pos,
195 : __vstring_base(__str._M_data()
196 + __str._M_check(__pos
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 160 * @param __str Source string.
162 __versa_string(const __versa_string& __str)
163 : __vstring_base(__str) { }
168 * @param __str Source string.
174 __versa_string(__versa_string&& __str)
175 : __vstring_base(std::move(__str)) { }
189 * @param __str Source string.
193 __versa_string(const __versa_string& __str, size_type __pos,
195 : __vstring_base(__str._M_data()
196 + __str._M_check(__pos
    [all...]
  /prebuilts/ndk/8/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...]

Completed in 4766 milliseconds

12 3 4 5 6 7 8 91011>>