Searched defs:IntPair (Results 1 – 3 of 3) sorted by relevance
27 struct IntPair { struct28 unsigned int first;29 unsigned int second;
49 using IntPair = std::pair<uint16_t, uint16_t>; variable
211 class IntPair{ class215 IntPair() {}; in IntPair() function in IntPair