Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dtrace_to_hprof.cc186 uint64_t next_string_id_ = 1; member in perfetto::trace_to_text::__anon1c37e3f70111::HeapDump
250 auto id = next_string_id_; in IngestString()
251 next_string_id_ += 1; in IngestString()