HomeSort by relevance Sort by last modified time
    Searched full:shrink_to_fit (Results 1 - 25 of 54) sorted by null

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/vector.capacity/
shrink_to_fit.pass.cpp 12 // void shrink_to_fit();
23 v.shrink_to_fit();
30 v.shrink_to_fit();
37 v.shrink_to_fit();
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/
shrink_to_fit.pass.cpp 13 // void shrink_to_fit();
23 v.shrink_to_fit();
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.capacity/
shrink_to_fit.pass.cpp 12 // void shrink_to_fit();
23 s.shrink_to_fit();
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.capacity/
shrink_to_fit.pass.cpp 12 // void shrink_to_fit();
42 c1.shrink_to_fit();
  /ndk/sources/cxx-stl/llvm-libc++/include/
__split_buffer 96 void shrink_to_fit() _NOEXCEPT;
410 shrink_to_fit();
455 __split_buffer<_Tp, _Allocator>::shrink_to_fit() _NOEXCEPT
deque 94 void shrink_to_fit();
    [all...]
vector 83 void shrink_to_fit() noexcept;
206 void shrink_to_fit() noexcept;
642 void shrink_to_fit() _NOEXCEPT;
    [all...]
string 148 void shrink_to_fit();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
deque 231 using _Base::shrink_to_fit;
vector 268 using _Base::shrink_to_fit;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
deque 231 using _Base::shrink_to_fit;
vector 268 using _Base::shrink_to_fit;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
deque 231 using _Base::shrink_to_fit;
vector 268 using _Base::shrink_to_fit;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
deque 280 using _Base::shrink_to_fit;
vector 283 using _Base::shrink_to_fit;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
deque 280 using _Base::shrink_to_fit;
vector 283 using _Base::shrink_to_fit;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
deque 280 using _Base::shrink_to_fit;
vector 283 using _Base::shrink_to_fit;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
deque 280 shrink_to_fit()
vector 299 shrink_to_fit()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
deque 231 using _Base::shrink_to_fit;
vector 280 using _Base::shrink_to_fit;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 840 shrink_to_fit() function in class:vector

Completed in 1541 milliseconds

1 2 3