Searched refs:NanosPerSecond (Results 1 – 1 of 1) sorted by relevance
71 const long NanosPerSecond = 1000 * 1000 * 1000; field73 const long TicksPerSecond = NanosPerSecond / NanosPerTick;170 GrpcPreconditions.CheckState(tv_nsec >= 0 && tv_nsec < NanosPerSecond); in ToDateTime()237 nanos += (int)NanosPerSecond; in FromDateTime()