Searched defs:IntPair (Results 1 – 10 of 10) sorted by relevance
24 struct IntPair { struct25 unsigned int first;26 unsigned int second;
28 struct IntPair { struct29 unsigned int first;30 unsigned int second;
335 static class IntPair { class in RBBIRuleBuilder338 IntPair() {}; in IntPair() method in RBBIRuleBuilder.IntPair339 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
211 class IntPair{ class215 IntPair() {}; in IntPair() function in IntPair
210 typedef std::pair<int32_t, int32_t> IntPair; typedef
69 using IntPair = std::pair<int, int>; in TEST() typedef
152 using IntPair = std::pair<int, int>; typedef
49 typedef std::pair<GLint, GLint> IntPair; typedef