Home
last modified time | relevance | path

Searched defs:half_size (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/libcxx/strings/basic.string/string.capacity/
H A Dmax_size.pass.cpp45 TEST_CONSTEXPR_CXX20 void half_size() { in half_size() function
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/
H A Diter_move.pass.cpp122 constexpr int half_size = full_size / 2; in test() local
/llvm-project/libc/test/src/string/memory_utils/
H A Dmemory_check_utils.h186 const size_t half_size = buffer.size() / 2; CheckMemmove() local