Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DTimeExtensions.cs48 public static Timestamp ToTimestamp(this DateTime dateTime) in ToTimestamp() method in Google.Protobuf.WellKnownTypes.TimeExtensions
61 public static Timestamp ToTimestamp(this DateTimeOffset dateTimeOffset) in ToTimestamp() method in Google.Protobuf.WellKnownTypes.TimeExtensions
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtime_util.cc403 void ToTimestamp(const uint128& value, bool negative, Timestamp* timestamp) { in ToTimestamp() function