Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dstring_pool.h83 return GetFromPtr(IdToPtr(id)); in Get()
176 static NullTermStringView GetFromPtr(uint8_t* ptr) { in GetFromPtr() function
Dstring_pool.cc120 return GetFromPtr(pool_->blocks_[block_id_].Get(block_offset_)); in StringView()