Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/common/
Dinterner_unittest.cc28 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() local
29 ASSERT_EQ(interned_str.data(), "foo"); in TEST()
37 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() local
39 ASSERT_EQ(interned_str.data(), "foo"); in TEST()
48 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() local
49 ASSERT_EQ(interned_str.data(), "foo"); in TEST()
60 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() local
62 Interned<std::string> interned_str2(std::move(interned_str)); in TEST()
73 Interned<std::string> interned_str = interner.Intern("foo"); in TEST() local
75 Interned<std::string> interned_str2(interned_str); in TEST()
[all …]