Searched defs:IntPair (Results 1 – 7 of 7) sorted by relevance
25 struct IntPair { struct26 unsigned int first;27 unsigned int second;
28 struct IntPair { struct29 unsigned int first;30 unsigned int second;
324 static class IntPair { class in RBBIRuleBuilder327 IntPair() {}; in IntPair() method in RBBIRuleBuilder.IntPair328 IntPair(int f, int s) { in IntPair() method in RBBIRuleBuilder.IntPair
323 static class IntPair { class in RBBIRuleBuilder326 IntPair() {}; in IntPair() method in RBBIRuleBuilder.IntPair327 IntPair(int f, int s) { in IntPair() method in RBBIRuleBuilder.IntPair
210 typedef std::pair<int32_t, int32_t> IntPair; typedef
211 class IntPair{ class215 IntPair() {}; in IntPair() function in IntPair
49 typedef std::pair<GLint, GLint> IntPair; typedef