Searched defs:StackState (Results 1 – 1 of 1) sorted by relevance
145 struct StackState { struct161 // the StackState is pushed. This is used to work out, when popping, how argument163 uint32_t out_bytes_written_at_start = 0;165 uint32_t field_id = 0; // The proto field id for the current message.166 uint32_t msg_index = 0; // The index of the message filter in the bytecode.185 uint8_t* size_field = nullptr;186 uint32_t size_field_len = 0;190 uint8_t* filter_string_ptr = nullptr;215 std::vector<StackState> stack_; argument