Searched refs:long_string (Results 1 – 3 of 3) sorted by relevance
127 std::string long_string(1024, '0'); in test_custom_pred() local128 std::boyer_moore_searcher searcher(std::begin(long_string), std::end(long_string)); in test_custom_pred()
140 std::string long_string(1024, '0'); in test_custom_pred() local141 …her = std::experimental::make_boyer_moore_searcher(std::begin(long_string), std::end(long_string)); in test_custom_pred()
163 long_string("mehmet bizim dostumuz agzi kirik testimiz"); in string_test() local164 ComparePrettyPrintToChars(long_string, in string_test()