Searched defs:ActiveSlice (Results 1 – 1 of 1) sorted by relevance
102 struct ActiveSlice { in ComputeFlatSliceTable() struct103 std::optional<uint32_t> source_row; in ComputeFlatSliceTable()104 uint32_t out_row = std::numeric_limits<uint32_t>::max(); in ComputeFlatSliceTable()106 bool is_sentinel() const { return !source_row; } in ComputeFlatSliceTable()