Home
last modified time | relevance | path

Searched defs:StackState (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/protozero/filtering/
Dmessage_filter.h140 struct StackState { struct
156 // the StackState is pushed. This is used to work out, when popping, how argument
158 uint32_t out_bytes_written_at_start = 0;
160 uint32_t field_id = 0; // The proto field id for the current message.
161 uint32_t msg_index = 0; // The index of the message filter in the bytecode.
199 std::vector<StackState> stack_; argument