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