Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DDurationTest.cs93 public void FromTimeSpan() in FromTimeSpan() method in Google.Protobuf.WellKnownTypes.DurationTest
95 … Assert.AreEqual(new Duration { Seconds = 1 }, Duration.FromTimeSpan(TimeSpan.FromSeconds(1))); in FromTimeSpan()
96 …eEqual(new Duration { Nanos = Duration.NanosecondsPerTick }, Duration.FromTimeSpan(TimeSpan.FromTi… in FromTimeSpan()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimeExtensions.cs77 return Duration.FromTimeSpan(timeSpan); in ToDuration()
DDurationPartial.cs103 public static Duration FromTimeSpan(TimeSpan timeSpan) in FromTimeSpan() method in Google.Protobuf.WellKnownTypes.Duration