Searched defs:StringId (Results 1 – 6 of 6) sorted by relevance
16 public final class StringId { class
169 StringPool::Id StringPool::Iterator::StringId() { in StringId() function in perfetto::trace_processor::StringPool::Iterator
199 int ProfileBuilder::StringId(const std::string& s) { in StringId() function in xla::ProfileBuilder
175 static StringIdRecord StringId(TypeIndex(5), "TheString"); variable299 TEST_F(TypeIndexIteratorTest, StringId) { in TEST_F() argument
62 using StringId = StringPool::Id; variable
66 using StringId = ::perfetto::trace_processor::StringPool::Id; typedef