Searched defs:reserve (Results 1 - 25 of 43) sorted by relevance

12

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_vector.c62 void vector<_Tp, _Alloc>::reserve(size_type __n) { function in class:_Alloc
H A D_string.c158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { function in class:_Alloc
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_vector.c62 void vector<_Tp, _Alloc>::reserve(size_type __n) { function in class:_Alloc
H A D_string.c158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { function in class:_Alloc
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_vector.c62 void vector<_Tp, _Alloc>::reserve(size_type __n) { function in class:_Alloc
H A D_string.c158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { function in class:_Alloc
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_vector.c62 void vector<_Tp, _Alloc>::reserve(size_type __n) { function in class:_Alloc
H A D_string.c158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { function in class:_Alloc
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_vector.c62 void vector<_Tp, _Alloc>::reserve(size_type __n) { function in class:_Alloc
H A D_string.c158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { function in class:_Alloc
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h153 void reserve(size_type __n) {_M_impl.reserve(__n);} function in class:vector
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h153 void reserve(size_type __n) {_M_impl.reserve(__n);} function in class:vector
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h153 void reserve(size_type __n) {_M_impl.reserve(__n);} function in class:vector
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h153 void reserve(size_type __n) {_M_impl.reserve(__n);} function in class:vector
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
H A D_vector.h153 void reserve(size_type __n) {_M_impl.reserve(__n);} function in class:vector
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dhashtable_policy.h610 // functions and reserve iff the rehash policy is _Prime_rehash_policy.
632 reserve(std::size_t __n) function in struct:__detail::_Rehash_base
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dhashtable_policy.h610 // functions and reserve iff the rehash policy is _Prime_rehash_policy.
632 reserve(std::size_t __n) function in struct:__detail::_Rehash_base
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h208 void reserve(size_type __s = 0) { function in class:basic_string
210 _M_non_dbg_impl.reserve(__s);
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h208 void reserve(size_type __s = 0) { function in class:basic_string
210 _M_non_dbg_impl.reserve(__s);
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h208 void reserve(size_type __s = 0) { function in class:basic_string
210 _M_non_dbg_impl.reserve(__s);
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h208 void reserve(size_type __s = 0) { function in class:basic_string
210 _M_non_dbg_impl.reserve(__s);
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h208 void reserve(size_type __s = 0) { function in class:basic_string
210 _M_non_dbg_impl.reserve(__s);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
H A Dvstring.h487 * This function attempts to reserve enough memory for the
494 * will be required, the user can reserve the memory in
499 reserve(size_type __res_arg = 0) function in class:__versa_string
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
H A Dkvm.h61 __u8 reserve:7; member in struct:kvm_ioapic_state::__anon2407::__anon2408
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
H A Dvstring.h484 { this->reserve(0); }
504 * This function attempts to reserve enough memory for the
511 * will be required, the user can reserve the memory in
516 reserve(size_type __res_arg = 0) function in class:__versa_string

Completed in 558 milliseconds

12