Searched refs:empty_search_pos (Results 1 – 1 of 1) sorted by relevance
187 size_t empty_search_pos = std::string().find(std::string()); in TEST() local188 ASSERT_EQ(d.find(d), empty_search_pos); in TEST()189 ASSERT_EQ(d.find(e), empty_search_pos); in TEST()190 ASSERT_EQ(e.find(d), empty_search_pos); in TEST()191 ASSERT_EQ(e.find(e), empty_search_pos); in TEST()