Lines Matching defs:rTup
77 B2I64Tuple(const B2I64Tuple& rTup) in B2I64Tuple()
130 B2I64Tuple& operator+=( const B2I64Tuple& rTup ) in operator +=()
137 B2I64Tuple& operator-=( const B2I64Tuple& rTup ) in operator -=()
144 B2I64Tuple& operator/=( const B2I64Tuple& rTup ) in operator /=()
151 B2I64Tuple& operator*=( const B2I64Tuple& rTup ) in operator *=()
189 B2I64Tuple& operator=( const B2I64Tuple& rTup ) in operator =()
216 inline B2I64Tuple absolute(const B2I64Tuple& rTup) in absolute()
288 inline B2I64Tuple operator*(const B2I64Tuple& rTup, sal_Int64 t) in operator *()
295 inline B2I64Tuple operator*(sal_Int64 t, const B2I64Tuple& rTup) in operator *()
302 inline B2I64Tuple operator/(const B2I64Tuple& rTup, sal_Int64 t) in operator /()
309 inline B2I64Tuple operator/(sal_Int64 t, const B2I64Tuple& rTup) in operator /()