Searched defs:SlotLocation (Results 1 – 1 of 1) sorted by relevance
125 class SlotLocation; variable251 SlotLocation(Slot::Type type, int index) : type_(type), index_(index) {} in SlotLocation() function