Home
last modified time | relevance | path

Searched defs:new_size (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/android/support/tests/minitest/
Dminitest.cc105 void String::Resize(size_t new_size) { in Resize()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstrstream.cpp160 size_t new_size = max<size_t>(static_cast<size_t>(__alsize_), 2*old_size); in overflow() local
/ndk/sources/cxx-stl/stlport/src/
Dstrstream.cpp123 ptrdiff_t new_size = (max)(2 * old_size, ptrdiff_t(1)); in overflow() local
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_deque.h369 void resize(size_type new_size) { resize(new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } in resize()