Searched defs:SLRSliceKey (Results 1 – 1 of 1) sorted by relevance
113 struct SLRSliceKey { struct114 SLRSliceKey(int v1, int v2) : x(v1), y(v2) {} in SLRSliceKey() function115 int x;116 int y;