Home | History | Annotate | Download | only in cpp

Lines Matching full:long2

952      * Utility function for returning an Element containing a long2.
2158 class Long2 {
2162 Long2(int64_t initX, int64_t initY)
2164 Long2() : x(0), y(0) {}