Home
last modified time | relevance | path

Searched refs:other_interned_str (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/profiling/common/
Dinterner_unittest.cc38 Interned<std::string> other_interned_str = interner.Intern("bar"); in TEST() local
40 ASSERT_EQ(other_interned_str.data(), "bar"); in TEST()
115 Interned<std::string> other_interned_str = interner.Intern("bar"); in TEST() local
117 EXPECT_NE(interned_str.id(), other_interned_str.id()); in TEST()
125 Interned<std::string> other_interned_str = interner.Intern("bar"); in TEST() local
126 ASSERT_EQ(interned_str.id() + 1, other_interned_str.id()); in TEST()