Home
last modified time | relevance | path

Searched defs:old_size (Results 1 – 21 of 21) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/
Dsize_size.pass.cpp25 typename S::size_type old_size = s.size(); in test() local
45 typename S::size_type old_size = s.size(); in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/
Dsize_pointer.pass.cpp25 typename S::size_type old_size = s.size(); in test() local
Dsize_string.pass.cpp25 typename S::size_type old_size = s.size(); in test() local
Dsize_pointer_size.pass.cpp26 typename S::size_type old_size = s.size(); in test() local
Dsize_size_char.pass.cpp26 typename S::size_type old_size = s.size(); in test() local
Dsize_string_size_size.pass.cpp28 typename S::size_type old_size = s.size(); in test() local
48 typename S::size_type old_size = s.size(); in test_npos() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/
Dsize_size_pointer.pass.cpp29 typename S::size_type old_size = s.size(); in test() local
Dsize_size_string.pass.cpp26 typename S::size_type old_size = s.size(); in test() local
Dsize_size_size_char.pass.cpp28 typename S::size_type old_size = s.size(); in test() local
Diter_iter_pointer.pass.cpp27 typename S::size_type old_size = s.size(); in test() local
Diter_iter_string.pass.cpp27 typename S::size_type old_size = s.size(); in test() local
Diter_iter_size_char.pass.cpp28 typename S::size_type old_size = s.size(); in test() local
Diter_iter_pointer_size.pass.cpp28 typename S::size_type old_size = s.size(); in test() local
Diter_iter_iter_iter.pass.cpp26 typename S::size_type old_size = s.size(); in test() local
Dsize_size_pointer_size.pass.cpp30 typename S::size_type old_size = s.size(); in test() local
Dsize_size_string_size_size.pass.cpp30 typename S::size_type old_size = s.size(); in test() local
55 typename S::size_type old_size = s.size(); in test_npos() local
/ndk/sources/android/support/tests/minitest/
Dminitest.cc33 size_t old_size = size_; in operator +=() local
41 size_t old_size = size_; in operator +=() local
/ndk/tests/device/test-stlport_shared-exception/jni/
Dbadalloc1.cpp70 size_t old_size = o->size; in realloc() local
/ndk/tests/device/test-stlport_static-exception/jni/
Dbadalloc1.cpp70 size_t old_size = o->size; in realloc() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstrstream.cpp159 size_t old_size = static_cast<size_t> ((epptr() ? epptr() : egptr()) - eback()); in overflow() local
/ndk/sources/cxx-stl/stlport/src/
Dstrstream.cpp122 ptrdiff_t old_size = epptr() - pbase(); in overflow() local