Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dstring_pool.cc69 Id string_id = Id::BlockString(blocks_.size() - 1, offset); in InsertString()
169 return Id::BlockString(block_index_, block_offset_); in StringId()
H A Dstring_pool.h78 static constexpr Id BlockString(size_t index, uint32_t offset) { in BlockString() function
170 return Id::BlockString(blocks_.size() - 1, blocks_.back().pos()); in MaxSmallStringId()