Home
last modified time | relevance | path

Searched refs:__reserve (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstring1827 void __init(const value_type* __s, size_type __sz, size_type __reserve);
1998 …ng<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz, size_type __reserve)
2000 if (__reserve > max_size())
2003 if (__reserve < __min_cap)
2010 size_type __cap = __recommend(__reserve);
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string.h1079 # define _STLP_STRING_SUM_BASE(__reserve, __size, __alloc) _STLP_PRIV _String_base<_CharT,_Alloc>(… argument