Searched refs:ULong2 (Results 1 – 1 of 1) sorted by relevance
268 class ULong2 {272 ULong2(uint64_t initX, uint64_t initY) in ULong2() function274 ULong2() : x(0), y(0) {} in ULong2() function