Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DTimespecTest.cs51 Assert.AreEqual(Timespec.NativeInfFuture, Timespec.InfFuture); in InfFutureMatchesNativeValue()
86 Assert.AreEqual(DateTime.MaxValue, Timespec.InfFuture.ToDateTime()); in ToDateTime()
113 Assert.AreNotEqual(Timespec.InfFuture, timespec); in ToDateTime_Overflow()
127 Assert.AreNotEqual(Timespec.InfFuture, timespec); in ToDateTime_OutOfDateTimeRange()
150 Assert.AreEqual(Timespec.InfFuture, Timespec.FromDateTime(DateTime.MaxValue)); in FromDateTime()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DTimespec.cs55 public static Timespec InfFuture property
133 if (this.Equals(InfFuture)) in ToDateTime()
175 return Timespec.InfFuture; in FromDateTime()
202 return dateTime > UnixEpoch ? Timespec.InfFuture : Timespec.InfPast; in FromDateTime()
/external/grpc-grpc/test/cpp/util/
Dtime_test.cc48 TEST_F(TimeTest, InfFuture) { in TEST_F() argument
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannel.cs155 … deadlineTimespec = deadline.HasValue ? Timespec.FromDateTime(deadline.Value) : Timespec.InfFuture; in TryWaitForStateChangedAsync()