Searched defs:ToTimestamp (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ | ||
D | TimeExtensions.cs | 52 public static Timestamp ToTimestamp(this DateTime dateTime) in ToTimestamp() method in Google.Protobuf.WellKnownTypes.TimeExtensions |
/external/protobuf/src/google/protobuf/util/ | ||
D | time_util.cc | 396 void ToTimestamp(const uint128& value, bool negative, Timestamp* timestamp) { in ToTimestamp() function |