Home
last modified time | relevance | path

Searched defs:ToTimestamp (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimeExtensions.cs25 public static Timestamp ToTimestamp(this DateTime dateTime) in ToTimestamp() method in Google.Protobuf.WellKnownTypes.TimeExtensions
38 public static Timestamp ToTimestamp(this DateTimeOffset dateTimeOffset) in ToTimestamp() method in Google.Protobuf.WellKnownTypes.TimeExtensions
/third_party/grpc/src/core/lib/event_engine/
Dutils.cc34 grpc_core::Timestamp ToTimestamp(grpc_core::Timestamp now, in ToTimestamp() function