Home
last modified time | relevance | path

Searched refs:long_string (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.search/func.search.bm/
H A Ddefault.pass.cpp127 std::string long_string(1024, '0'); in test_custom_pred() local
128 std::boyer_moore_searcher searcher(std::begin(long_string), std::end(long_string)); in test_custom_pred()
/llvm-project-15.0.7/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/
H A Ddefault.pass.cpp140 std::string long_string(1024, '0'); in test_custom_pred() local
141 …her = std::experimental::make_boyer_moore_searcher(std::begin(long_string), std::end(long_string)); in test_custom_pred()
/llvm-project-15.0.7/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.sh.cpp163 long_string("mehmet bizim dostumuz agzi kirik testimiz"); in string_test() local
164 ComparePrettyPrintToChars(long_string, in string_test()