Searched defs:StackState (Results 1 – 1 of 1) sorted by relevance
140 struct StackState { struct156 // the StackState is pushed. This is used to work out, when popping, how argument158 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