Searched refs:other_interned_str (Results 1 – 1 of 1) sorted by relevance
38 Interned<std::string> other_interned_str = interner.Intern("bar"); in TEST() local40 ASSERT_EQ(other_interned_str.data(), "bar"); in TEST()115 Interned<std::string> other_interned_str = interner.Intern("bar"); in TEST() local117 EXPECT_NE(interned_str.id(), other_interned_str.id()); in TEST()125 Interned<std::string> other_interned_str = interner.Intern("bar"); in TEST() local126 ASSERT_EQ(interned_str.id() + 1, other_interned_str.id()); in TEST()