Home | History | Annotate | Download | only in time

Lines Matching defs:Max

20 TimeDelta TimeDelta::Max() {
21 return TimeDelta(std::numeric_limits<int64>::max());
26 // Preserve max to prevent overflow.
27 return std::numeric_limits<int>::max();
34 // Preserve max to prevent overflow.
35 return std::numeric_limits<int>::max();
42 // Preserve max to prevent overflow.
43 return std::numeric_limits<int>::max();
50 // Preserve max to prevent overflow.
58 // Preserve max to prevent overflow.
59 return std::numeric_limits<int64>::max();
66 // Preserve max to prevent overflow.
74 // Preserve max to prevent overflow.
75 return std::numeric_limits<int64>::max();
82 // Preserve max to prevent overflow.
83 return std::numeric_limits<int64>::max();
91 // Preserve max to prevent overflow.
92 return std::numeric_limits<int64>::max();
100 Time Time::Max() {
101 return Time(std::numeric_limits<int64>::max());
108 if (tt == std::numeric_limits<time_t>::max())
109 return Max();
117 // Preserve max without offset to prevent overflow.
118 return std::numeric_limits<time_t>::max();
120 if (std::numeric_limits<int64>::max() - kTimeTToMicrosecondsOffset <= us_) {
123 return std::numeric_limits<time_t>::max();
133 return Max();
143 // Preserve max without offset to prevent overflow.
164 return Max();
175 // Preserve max without offset to prevent overflow.
188 // Preserve max without offset to prevent overflow.
189 return std::numeric_limits<int64>::max();