Home | History | Annotate | Download | only in time

Lines Matching defs:operator

109   TimeDelta& operator=(TimeDelta other) {
115 TimeDelta operator+(TimeDelta other) const {
118 TimeDelta operator-(TimeDelta other) const {
122 TimeDelta& operator+=(TimeDelta other) {
126 TimeDelta& operator-=(TimeDelta other) {
130 TimeDelta operator-() const {
136 TimeDelta operator*(int64 a) const {
139 TimeDelta operator/(int64 a) const {
142 TimeDelta& operator*=(int64 a) {
146 TimeDelta& operator/=(int64 a) {
150 int64 operator/(TimeDelta a) const {
155 Time operator+(Time t) const;
156 TimeTicks operator+(TimeTicks t) const;
159 bool operator==(TimeDelta other) const {
162 bool operator!=(TimeDelta other) const {
165 bool operator<(TimeDelta other) const {
168 bool operator<=(TimeDelta other) const {
171 bool operator>(TimeDelta other) const {
174 bool operator>=(TimeDelta other) const {
181 friend TimeDelta operator*(int64 a, TimeDelta td);
193 inline TimeDelta operator*(int64 a, TimeDelta td) {
402 Time& operator=(Time other) {
408 TimeDelta operator-(Time other) const {
413 Time& operator+=(TimeDelta delta) {
417 Time& operator-=(TimeDelta delta) {
423 Time operator+(TimeDelta delta) const {
426 Time operator-(TimeDelta delta) const {
431 bool operator==(Time other) const {
434 bool operator!=(Time other) const {
437 bool operator<(Time other) const {
440 bool operator<=(Time other) const {
443 bool operator>(Time other) const {
446 bool operator>=(Time other) const {
525 inline Time TimeDelta::operator+(Time t) const {
622 TimeTicks& operator=(TimeTicks other) {
628 TimeDelta operator-(TimeTicks other) const {
633 TimeTicks& operator+=(TimeDelta delta) {
637 TimeTicks& operator-=(TimeDelta delta) {
643 TimeTicks operator+(TimeDelta delta) const {
646 TimeTicks operator-(TimeDelta delta) const {
651 bool operator==(TimeTicks other) const {
654 bool operator!=(TimeTicks other) const {
657 bool operator<(TimeTicks other) const {
660 bool operator<=(TimeTicks other) const {
663 bool operator>(TimeTicks other) const {
666 bool operator>=(TimeTicks other) const {
687 inline TimeTicks TimeDelta::operator+(TimeTicks t) const {