Searched defs:ToDuration (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DTimeExtensions.cs75 public static Duration ToDuration(this TimeSpan timeSpan) method in class:Google.Protobuf.WellKnownTypes.TimeExtensions
/external/protobuf/src/google/protobuf/util/
H A Dtime_util.cc411 void ToDuration(const uint128& value, bool negative, Duration* duration) { function in namespace:google::protobuf::__anon19133
445 ToDuration(value, negative, &d);
471 ToDuration(value, negative, &d);
491 ToDuration(result, negative1, &d1);

Completed in 126 milliseconds