Lines Matching defs:operator
91 TimeDelta& operator=(TimeDelta other) {
97 TimeDelta operator+(TimeDelta other) const {
100 TimeDelta operator-(TimeDelta other) const {
104 TimeDelta& operator+=(TimeDelta other) {
108 TimeDelta& operator-=(TimeDelta other) {
112 TimeDelta operator-() const {
118 TimeDelta operator*(int64 a) const {
121 TimeDelta operator/(int64 a) const {
124 TimeDelta& operator*=(int64 a) {
128 TimeDelta& operator/=(int64 a) {
132 int64 operator/(TimeDelta a) const {
137 Time operator+(Time t) const;
138 TimeTicks operator+(TimeTicks t) const;
141 bool operator==(TimeDelta other) const {
144 bool operator!=(TimeDelta other) const {
147 bool operator<(TimeDelta other) const {
150 bool operator<=(TimeDelta other) const {
153 bool operator>(TimeDelta other) const {
156 bool operator>=(TimeDelta other) const {
163 friend TimeDelta operator*(int64 a, TimeDelta td);
175 inline TimeDelta operator*(int64 a, TimeDelta td) {
338 Time& operator=(Time other) {
344 TimeDelta operator-(Time other) const {
349 Time& operator+=(TimeDelta delta) {
353 Time& operator-=(TimeDelta delta) {
359 Time operator+(TimeDelta delta) const {
362 Time operator-(TimeDelta delta) const {
367 bool operator==(Time other) const {
370 bool operator!=(Time other) const {
373 bool operator<(Time other) const {
376 bool operator<=(Time other) const {
379 bool operator>(Time other) const {
382 bool operator>=(Time other) const {
447 inline Time TimeDelta::operator+(Time t) const {
488 TimeTicks& operator=(TimeTicks other) {
494 TimeDelta operator-(TimeTicks other) const {
499 TimeTicks& operator+=(TimeDelta delta) {
503 TimeTicks& operator-=(TimeDelta delta) {
509 TimeTicks operator+(TimeDelta delta) const {
512 TimeTicks operator-(TimeDelta delta) const {
517 bool operator==(TimeTicks other) const {
520 bool operator!=(TimeTicks other) const {
523 bool operator<(TimeTicks other) const {
526 bool operator<=(TimeTicks other) const {
529 bool operator>(TimeTicks other) const {
532 bool operator>=(TimeTicks other) const {
554 inline TimeTicks TimeDelta::operator+(TimeTicks t) const {