Home
last modified time | relevance | path

Searched refs:shrink_to_fit (Results 1 – 11 of 11) sorted by relevance

/external/libcxx/test/std/containers/sequences/vector/vector.capacity/
Dshrink_to_fit.pass.cpp26 v.shrink_to_fit(); in main()
35 v.shrink_to_fit(); in main()
45 v.shrink_to_fit(); in main()
56 v.shrink_to_fit(); in main()
/external/libcxx/test/std/containers/sequences/vector.bool/
Dshrink_to_fit.pass.cpp25 v.shrink_to_fit(); in main()
33 v.shrink_to_fit(); in main()
/external/libcxx/test/std/strings/basic.string/string.capacity/
Dshrink_to_fit.pass.cpp25 s.shrink_to_fit(); in test()
/external/libcxx/test/std/containers/sequences/deque/deque.capacity/
Dshrink_to_fit.pass.cpp47 c1.shrink_to_fit(); in test()
/external/libcxx/test/support/
Dnasty_containers.hpp71 void shrink_to_fit() _NOEXCEPT { v_.shrink_to_fit(); } in shrink_to_fit() function in nasty_vector
/external/libcxx/include/
D__split_buffer96 void shrink_to_fit() _NOEXCEPT;
391 shrink_to_fit();
436 __split_buffer<_Tp, _Allocator>::shrink_to_fit() _NOEXCEPT
Dvector84 void shrink_to_fit() noexcept;
208 void shrink_to_fit() noexcept;
650 void shrink_to_fit() _NOEXCEPT;
1541 vector<_Tp, _Allocator>::shrink_to_fit() _NOEXCEPT
2263 void shrink_to_fit() _NOEXCEPT;
2950 vector<bool, _Allocator>::shrink_to_fit() _NOEXCEPT
Ddeque95 void shrink_to_fit();
1281 void shrink_to_fit() _NOEXCEPT;
1400 shrink_to_fit();
1560 shrink_to_fit();
1643 deque<_Tp, _Allocator>::shrink_to_fit() _NOEXCEPT
1669 __base::__map_.shrink_to_fit();
Dstring148 void shrink_to_fit();
1455 void shrink_to_fit() _NOEXCEPT {reserve();}
1837 shrink_to_fit();
2447 shrink_to_fit();
Drandom5995 __p_.shrink_to_fit();
/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h285 DT.Vertex.shrink_to_fit(); in Calculate()