Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dproto_incremental_state.h33 class ProtoIncrementalState {
35 ProtoIncrementalState(TraceProcessorContext* context) : context_(context) {} in ProtoIncrementalState() function
Dproto_trace_reader.h83 incremental_state.reset(new ProtoIncrementalState(context_)); in GetIncrementalStateForPacketSequence()
98 std::unique_ptr<ProtoIncrementalState> incremental_state;