Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dgeneral.pass.cpp85 constexpr bool test_with_piping(T&& input, Separator&& separator, std::array<U, M> expected) { in test_with_piping() function
172 assert(test_with_piping(input, separator, expected)); in test_one()
178 assert(test_with_piping(CopyableView(input), ForwardTinyView(separator), expected)); in test_one()
181 assert(test_with_piping(InputView(input), ForwardTinyView(separator), expected)); in test_one()
200 assert(test_with_piping("abc def", short_sep, expected)); in test_string_literals()
202 assert(test_with_piping("abc12def", long_sep, expected)); in test_string_literals()
211 assert(test_with_piping("", short_sep, expected)); in test_string_literals()
213 assert(test_with_piping("", long_sep, expected)); in test_string_literals()
234 assert(test_with_piping("abc", empty_sep, expected)); in test_string_literals()
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/
H A Dgeneral.pass.cpp43 constexpr bool test_with_piping(T&& input, Separator&& separator, std::array<U, M> expected) { in test_with_piping() function
130 assert(test_with_piping(input, separator, expected)); in test_one()
148 assert(test_with_piping("abc def", short_sep, expected)); in test_string_literals()
150 assert(test_with_piping("abc12def", long_sep, expected)); in test_string_literals()
159 assert(test_with_piping("", short_sep, expected)); in test_string_literals()
161 assert(test_with_piping("", long_sep, expected)); in test_string_literals()
182 assert(test_with_piping("abc", empty_sep, expected)); in test_string_literals()