Home
last modified time | relevance | path

Searched refs:kExplodedMaxYear (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/time/
Dtime.h476 static constexpr int kExplodedMaxYear = 30827; variable
479 static constexpr int kExplodedMaxYear = std::numeric_limits<int>::max();
482 static constexpr int kExplodedMaxYear = std::numeric_limits<int>::max();
488 static constexpr int kExplodedMaxYear = std::numeric_limits<int>::max();
492 static constexpr int kExplodedMaxYear = variable
Dtime_unittest.cc737 if (Time::kExplodedMaxYear != std::numeric_limits<int>::max()) { in TEST_F()
738 exploded.year = Time::kExplodedMaxYear; in TEST_F()