Searched refs:random_strings (Results 1 – 1 of 1) sorted by relevance
175 std::vector<std::string> random_strings; in TEST_F() local178 random_strings.push_back(RandomString(10)); in TEST_F()179 hash_set.insert(random_strings[i]); in TEST_F()184 hash_set.erase(hash_set.find(random_strings[i])); in TEST_F()