Home
last modified time | relevance | path

Searched refs:old_cap (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/strings/basic.string/string.capacity/
Dreserve.pass.cpp25 typename S::size_type old_cap = s.capacity(); in test() local
30 assert(s.capacity() <= old_cap); in test()
38 typename S::size_type old_cap = s.capacity(); in test() local
39 ((void)old_cap); // Prevent unused warning in test()
Dshrink_to_fit.pass.cpp24 typename S::size_type old_cap = s.capacity(); in test() local
29 assert(s.capacity() <= old_cap); in test()