Lines Matching defs:operator

104     const nsTInt64& operator =(const nsTInt64& aObject) {
112 operator PRInt32(void) const {
121 operator PRUint32(void) const {
130 operator PRFloat64(void) const {
139 operator T() const {
146 const nsTInt64 operator -(void) {
157 nsTInt64& operator +=(const nsTInt64& aObject) {
165 nsTInt64& operator -=(const nsTInt64& aObject) {
173 nsTInt64& operator *=(const nsTInt64& aObject) {
181 nsTInt64& operator /=(const nsTInt64& aObject) {
189 nsTInt64& operator %=(const nsTInt64& aObject) {
197 nsTInt64& operator <<=(int aCount) {
205 nsTInt64& operator >>=(int aCount) {
215 operator +(const nsTInt64& aObject2) const {
223 operator -(const nsTInt64& aObject2) const {
231 operator *(const nsTInt64& aObject2) const {
239 operator /(const nsTInt64& aObject2) const {
247 operator %(const nsTInt64& aObject2) const {
255 operator <<(int aCount) const {
263 operator >>(int aCount) const {
271 operator ==(const nsTInt64& aObject2) const {
279 operator !=(const nsTInt64& aObject2) const {
288 operator &(const nsTInt64& aObject2) const {
296 operator |(const nsTInt64& aObject2) const {
304 operator ^(const nsTInt64& aObject2) const {
313 const nsTInt64 operator ~(void) const {
322 nsTInt64& operator &=(const nsTInt64& aObject) {
330 nsTInt64& operator |=(const nsTInt64& aObject) {
338 nsTInt64& operator ^=(const nsTInt64& aObject) {
351 operator >(const nsInt64& aObject1, const nsInt64& aObject2) {
356 operator >(const nsUint64& aObject1, const nsUint64& aObject2) {
364 operator >=(const nsInt64& aObject1, const nsInt64& aObject2) {
369 operator >=(const nsUint64& aObject1, const nsUint64& aObject2) {
377 operator <(const nsInt64& aObject1, const nsInt64& aObject2) {
382 operator <(const nsUint64& aObject1, const nsUint64& aObject2) {
390 operator <=(const nsInt64& aObject1, const nsInt64& aObject2) {
395 operator <=(const nsUint64& aObject1, const nsUint64& aObject2) {