Home
last modified time | relevance | path

Searched refs:shrink_to_fit (Results 1 – 12 of 12) 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.cpp26 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.hpp74 void shrink_to_fit() TEST_NOEXCEPT { v_.shrink_to_fit(); } in shrink_to_fit() function in nasty_vector
/external/libcxx/include/
D__split_buffer99 void shrink_to_fit() _NOEXCEPT;
396 shrink_to_fit();
441 __split_buffer<_Tp, _Allocator>::shrink_to_fit() _NOEXCEPT
Dvector84 void shrink_to_fit() noexcept;
208 void shrink_to_fit() noexcept;
641 void shrink_to_fit() _NOEXCEPT;
1540 vector<_Tp, _Allocator>::shrink_to_fit() _NOEXCEPT
2295 void shrink_to_fit() _NOEXCEPT;
2993 vector<bool, _Allocator>::shrink_to_fit() _NOEXCEPT
Ddeque95 void shrink_to_fit();
1318 void shrink_to_fit() _NOEXCEPT;
1452 shrink_to_fit();
1612 shrink_to_fit();
1695 deque<_Tp, _Allocator>::shrink_to_fit() _NOEXCEPT
1721 __base::__map_.shrink_to_fit();
Dstring156 void shrink_to_fit();
906 void shrink_to_fit() _NOEXCEPT {reserve();}
1390 shrink_to_fit();
1398 shrink_to_fit();
2077 shrink_to_fit();
Drandom6000 __p_.shrink_to_fit();
/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h285 DT.Vertex.shrink_to_fit(); in Calculate()
/external/google-benchmark/src/
Dbenchmark_register.cc104 families_.shrink_to_fit(); in ClearBenchmarks()