Home
last modified time | relevance | path

Searched defs:old_cap (Results 1 – 7 of 7) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/strings/basic.string/string.capacity/
DPR53170.pass.cpp39 typename S::size_type old_cap = s.capacity(); in test() local
50 typename S::size_type old_cap = s.capacity(); in test() local
61 typename S::size_type old_cap = s.capacity(); in test() local
/external/libcxx/test/std/strings/basic.string/string.capacity/
Dreserve.pass.cpp27 typename S::size_type old_cap = s.capacity(); in test() local
40 typename S::size_type old_cap = s.capacity(); in test() local
Dshrink_to_fit.pass.cpp24 typename S::size_type old_cap = s.capacity(); in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.capacity/
Dshrink_to_fit.pass.cpp23 typename S::size_type old_cap = s.capacity(); in test() local
Dreserve.pass.cpp31 typename S::size_type old_cap = s.capacity(); in test() local
Dreserve_size.pass.cpp34 typename S::size_type old_cap = s.capacity(); in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/containers/sequences/vector/
Dexception_safety_exceptions_disabled.pass.cpp44 std::size_t old_cap = v.capacity(); in main() local