Searched defs:StackState (Results 1 – 4 of 4) sorted by relevance
164 struct StackState { struct180 // the StackState is pushed. This is used to work out, when popping, how argument182 uint32_t out_bytes_written_at_start = 0;184 uint32_t field_id = 0; // The proto field id for the current message.185 uint32_t msg_index = 0; // The index of the message filter in the bytecode.204 uint8_t* size_field = nullptr;205 uint32_t size_field_len = 0;232 std::vector<StackState> stack_; argument
155 struct StackState { in Final() struct156 Row row; in Final()157 std::optional<uint32_t> prev_ancestor_id_for_group; in Final()158 bool first_pass_done; in Final()
206 struct StackState { in RunDfs() struct207 Node node; in RunDfs()208 std::optional<TreeNumber> parent; in RunDfs()
113 struct StackState { in DfsWeightBoundedImpl() struct114 uint32_t id; in DfsWeightBoundedImpl()115 uint32_t weight; in DfsWeightBoundedImpl()116 std::optional<uint32_t> parent_id; in DfsWeightBoundedImpl()