Searched defs:Int2 (Results 1 – 6 of 6) sorted by relevance
29 class Int2 class32 Int2(const mp_int& ) {} in Int2() function in Int2
1246 struct Int2 { struct1248 Int2(int i) : i(i) {} // NOLINT(runtime/explicit) in Int2() argument1249 int i;
773 TEST_P(VertexFormatTest, Int2) { in TEST_P() argument
2927 Int2::Int2(RValue<Int4> cast) in Int2() function in rr::Int22932 Int2::Int2(int x, int y) in Int2() function in rr::Int22938 Int2::Int2(RValue<Int2> rhs) in Int2() function in rr::Int22943 Int2::Int2(const Int2 &rhs) in Int2() function in rr::Int22948 Int2::Int2(const Reference<Int2> &rhs) in Int2() function in rr::Int22953 Int2::Int2(RValue<Int> lo, RValue<Int> hi) in Int2() function in rr::Int2
1354 class Int2 : public LValue<Int2> class