Searched defs:IntRange (Results 1 – 1 of 1) sorted by relevance
413 struct IntRange { struct417 IntRange(int low_, int high_) : low(low_), high(high_) {} in IntRange() function