Home
last modified time | relevance | path

Searched defs:kTimestampMaxSeconds (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtime_util.h60 static const int64 kTimestampMaxSeconds = 253402300799LL; variable
Dtime_util.cc148 const int64 TimeUtil::kTimestampMaxSeconds; member in google::protobuf::util::TimeUtil
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dconstants.h56 const int64 kTimestampMaxSeconds = 253402300799; variable