Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py59 _NANOS_PER_MILLISECOND = 1000000 variable
213 self.nanos // _NANOS_PER_MILLISECOND)
232 self.nanos = (millis % _MILLIS_PER_SECOND) * _NANOS_PER_MILLISECOND
338 millis = _RoundTowardZero(self.nanos, _NANOS_PER_MILLISECOND)
360 (millis % _MILLIS_PER_SECOND) * _NANOS_PER_MILLISECOND)