Home
last modified time | relevance | path

Searched defs:reserve (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_vector.c62 void vector<_Tp, _Alloc>::reserve(size_type __n) { in reserve() function
D_string.c158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { in reserve() function
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_vector.h153 void reserve(size_type __n) {_M_impl.reserve(__n);} in reserve() function
/ndk/tests/device/test-gnustl-full/unit/
Dstring_test.cpp193 void StringTest::reserve() in reserve() function in StringTest
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dnasty_containers.hpp70 void reserve(size_type n) { v_.reserve(n); }; in reserve() function in nasty_vector
/ndk/tests/device/test-stlport/unit/
Dstring_test.cpp193 void StringTest::reserve() in reserve() function in StringTest