Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DTimespec.cs151 public Timespec ToClockType(ClockType targetClock) in ToClockType() method
DServerCallHandler.cs324 … DateTime realtimeDeadline = newRpc.Deadline.ToClockType(ClockType.Realtime).ToDateTime(); in NewContext()