Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc96 void RecordCursor::SetWordIndex(size_t index) { in SetWordIndex() function in perfetto::trace_processor::fuchsia_trace_utils::RecordCursor
Dfuchsia_trace_utils.h202 void SetWordIndex(size_t index);
Dfuchsia_trace_tokenizer.cc359 cursor.SetWordIndex(arg_base + arg_size_words); in ParseRecord()
439 cursor.SetWordIndex(arg_base + arg_size); in ParseRecord()
Dfuchsia_trace_parser.cc246 cursor.SetWordIndex(arg_base + arg_size_words); in ParseTracePacket()