Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dtime.cc22 static const int64 kMaxTime = 253402300799LL; // 9999-12-31T23:59:59 variable
212 if (seconds < kMinTime || seconds > kMaxTime) { in SecondsToDateTime()