Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/containers/
Dstring_pool.cc84 Id string_id = Id::BlockString(blocks_.size() - 1, offset); in InsertString()
176 return Id::BlockString(block_index_, block_offset_); in StringId()
Dstring_pool.h69 static Id BlockString(size_t index, uint32_t offset) { in BlockString() function