Searched refs:interned_str (Results 1 – 1 of 1) sorted by relevance
28 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() local29 ASSERT_EQ(interned_str.data(), "foo"); in TEST()37 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() local39 ASSERT_EQ(interned_str.data(), "foo"); in TEST()48 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() local49 ASSERT_EQ(interned_str.data(), "foo"); in TEST()60 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() local62 Interned<std::string> interned_str2(std::move(interned_str)); in TEST()73 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() local75 Interned<std::string> interned_str2(interned_str); in TEST()[all …]