Searched defs:IntPair (Results 1 – 8 of 8) sorted by relevance
24 struct IntPair { struct25 unsigned int first;26 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
334 static class IntPair { class in RBBIRuleBuilder337 IntPair() {}; in IntPair() method in RBBIRuleBuilder.IntPair338 IntPair(int f, int s) { in IntPair() method in RBBIRuleBuilder.IntPair
210 typedef std::pair<int32_t, int32_t> IntPair; typedef
49 typedef std::pair<GLint, GLint> IntPair; typedef