Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc93 return word_index_; in WordIndex()
97 word_index_ = index; in SetWordIndex()
177 const uint8_t* data = begin_ + sizeof(uint64_t) * word_index_; in ReadWords()
181 word_index_ += num_words; in ReadWords()
Dfuchsia_trace_utils.h199 : begin_(begin), end_(begin + length), word_index_(0) {} in RecordCursor()
218 size_t word_index_; variable