Searched defs:__res_arg (Results 1 - 8 of 8) sorted by relevance

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c154 // at least __res_arg elements, plus the terminating _CharT(). Note that,
155 // if __res_arg < capacity(), this member function may actually decrease
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { argument
159 if (__res_arg > max_size())
162 size_type __n = (max)(__res_arg, size()) + 1;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c154 // at least __res_arg elements, plus the terminating _CharT(). Note that,
155 // if __res_arg < capacity(), this member function may actually decrease
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { argument
159 if (__res_arg > max_size())
162 size_type __n = (max)(__res_arg, size()) + 1;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c154 // at least __res_arg elements, plus the terminating _CharT(). Note that,
155 // if __res_arg < capacity(), this member function may actually decrease
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { argument
159 if (__res_arg > max_size())
162 size_type __n = (max)(__res_arg, size()) + 1;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c154 // at least __res_arg elements, plus the terminating _CharT(). Note that,
155 // if __res_arg < capacity(), this member function may actually decrease
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { argument
159 if (__res_arg > max_size())
162 size_type __n = (max)(__res_arg, size()) + 1;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string.c154 // at least __res_arg elements, plus the terminating _CharT(). Note that,
155 // if __res_arg < capacity(), this member function may actually decrease
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { argument
159 if (__res_arg > max_size())
162 size_type __n = (max)(__res_arg, size()) + 1;
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c154 // at least __res_arg elements, plus the terminating _CharT(). Note that,
155 // if __res_arg < capacity(), this member function may actually decrease
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { argument
159 if (__res_arg > max_size())
162 size_type __n = (max)(__res_arg, size()) + 1;
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string.c154 // at least __res_arg elements, plus the terminating _CharT(). Note that,
155 // if __res_arg < capacity(), this member function may actually decrease
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { argument
159 if (__res_arg > max_size())
162 size_type __n = (max)(__res_arg, size()) + 1;
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c154 // at least __res_arg elements, plus the terminating _CharT(). Note that,
155 // if __res_arg < capacity(), this member function may actually decrease
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { argument
159 if (__res_arg > max_size())
162 size_type __n = (max)(__res_arg, size()) + 1;

Completed in 191 milliseconds