Searched defs:test_string (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dhash_set_test.cc66 const std::string test_string = "hello world 1234"; local
69 hash_set.Insert(test_string);
70 auto it = hash_set.Find(test_string);
71 ASSERT_EQ(*it, test_string);
76 it = hash_set.Find(test_string);

Completed in 36 milliseconds