Searched refs:rangeSize (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D2.cc271 X::size_type rangeSize = std::distance(i, j); local
279 VERIFY(rangeSize == a.size());
280 VERIFY(copy_constructor::count() <= rangeSize);
297 const X::size_type rangeSize = ibuf.str().size(); local
305 VERIFY(rangeSize == a.size());
306 VERIFY(copy_constructor::count() <= (2 * rangeSize));
400 X::size_type rangeSize = std::distance(i, j); local
410 VERIFY(rangeSize == (copy_constructor::count() + assignment_operator::count()));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D2.cc271 X::size_type rangeSize = std::distance(i, j); local
279 VERIFY(rangeSize == a.size());
280 VERIFY(copy_constructor::count() <= rangeSize);
297 const X::size_type rangeSize = ibuf.str().size(); local
305 VERIFY(rangeSize == a.size());
306 VERIFY(copy_constructor::count() <= (2 * rangeSize));
400 X::size_type rangeSize = std::distance(i, j); local
410 VERIFY(rangeSize == (copy_constructor::count() + assignment_operator::count()));

Completed in 60 milliseconds