Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dtime.cc21 static const int64 kMinTime = -62135596800LL; // 0001-01-01T00:00:00 variable
212 if (seconds < kMinTime || seconds > kMaxTime) { in SecondsToDateTime()