Searched defs:SlotRange (Results 1 – 2 of 2) sorted by relevance
34 struct SlotRange { struct35 Slot index = 0;36 int count = 0;
544 [[nodiscard]] bool store(Generator*, SlotRange, SkSpan<const int8_t>) override { in store() argument