Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dtime.cc16 static const int64 kSecondsPer400Years = variable
98 result += kSecondsPer400Years * count_400years; in SecondsSinceCommonEra()
218 if (seconds >= kSecondsPer400Years) { in SecondsToDateTime()
219 int count_400years = seconds / kSecondsPer400Years; in SecondsToDateTime()
221 seconds %= kSecondsPer400Years; in SecondsToDateTime()