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