Home
last modified time | relevance | path

Searched defs:Timestamp (Results 1 – 25 of 70) sorted by relevance

123

/external/golang-protobuf/ptypes/timestamp/
Dtimestamp.pb.go107 type Timestamp struct { struct
111 Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
116 Nanos int32 `protobuf:"varint,2,opt,name=nanos,proto3" json:"nanos,omitempty"`
117 XXX_NoUnkeyedLiteral struct{} `json:"-"`
118 XXX_unrecognized []byte `json:"-"`
119 XXX_sizecache int32 `json:"-"`
122 func (m *Timestamp) Reset() { *m = Timestamp{} }
123 func (m *Timestamp) String() string { return proto.CompactTextString(m) }
124 func (*Timestamp) ProtoMessage() {}
125 func (*Timestamp) Descriptor() ([]byte, []int) {
[all …]
Dtimestamp.proto127 message Timestamp { message
/external/rust/crates/env_logger/src/fmt/humantime/
Dextern_impl.rs34 pub fn timestamp(&self) -> Timestamp { in timestamp()
43 pub fn timestamp_seconds(&self) -> Timestamp { in timestamp_seconds()
52 pub fn timestamp_millis(&self) -> Timestamp { in timestamp_millis()
61 pub fn timestamp_micros(&self) -> Timestamp { in timestamp_micros()
70 pub fn timestamp_nanos(&self) -> Timestamp { in timestamp_nanos()
85 pub struct Timestamp { struct
87 precision: TimestampPrecision, argument
90 impl fmt::Debug for Timestamp { implementation
107 impl fmt::Display for Timestamp { implementation
/external/rust/crates/protobuf/src/well_known_types/
Dtimestamp.rs24 pub struct Timestamp { struct
35 impl<'a> ::std::default::Default for &'a Timestamp { implementation
41 impl Timestamp { implementation
77 impl crate::Message for Timestamp { implementation
192 impl crate::Clear for Timestamp { implementation
200 impl ::std::fmt::Debug for Timestamp { implementation
206 impl crate::reflect::ProtobufValue for Timestamp { implementation
/external/golang-protobuf/ptypes/
Dtimestamp.go63 func validateTimestamp(ts *tspb.Timestamp) error {
90 func Timestamp(ts *tspb.Timestamp) (time.Time, error) { func
126 func TimestampString(ts *tspb.Timestamp) string {
/external/rust/crates/uuid/src/
Dv1.rs22 pub struct Timestamp { struct
27 impl Timestamp { argument
194 pub fn new_v1(ts: Timestamp, node_id: &[u8]) -> Result<Self, crate::Error> { in new_v1()
232 pub fn to_timestamp(&self) -> Option<Timestamp> { in to_timestamp()
/external/llvm/tools/dsymutil/
DBinaryHolder.cpp46 sys::TimeValue Timestamp) { in GetMemoryBuffersForFile()
90 sys::TimeValue Timestamp) { in GetArchiveMemberBuffers()
135 sys::TimeValue Timestamp) { in MapArchiveAndGetMemberBuffers()
183 BinaryHolder::GetObjectFiles(StringRef Filename, sys::TimeValue Timestamp) { in GetObjectFiles()
DDebugMap.cpp24 sys::TimeValue Timestamp) in DebugMapObject()
66 sys::TimeValue Timestamp) { in addDebugMapObject()
135 sys::TimeValue::SecondsType Timestamp; member
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestamp.cs126 public sealed partial class Timestamp : pb::IMessage<Timestamp> { class
143 public Timestamp() { in Timestamp() method in Google.Protobuf.WellKnownTypes.Timestamp
150 public Timestamp(Timestamp other) : this() { in Timestamp() method in Google.Protobuf.WellKnownTypes.Timestamp
/external/protobuf/src/google/protobuf/
Dtimestamp.pb.cc93 Timestamp::Timestamp() in Timestamp() function in Timestamp
98 Timestamp::Timestamp(::PROTOBUF_NAMESPACE_ID::Arena* arena) in Timestamp() function in Timestamp
105 Timestamp::Timestamp(const Timestamp& from) in Timestamp() function in Timestamp
Dtimestamp.proto127 message Timestamp { message
Dtimestamp.pb.h58 class Timestamp; variable
76 Timestamp(Timestamp&& from) noexcept in Timestamp() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dbuffer_list.h86 struct Timestamp { struct
92 Timestamp sendmsg_time; argument
/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
Dimported.proto18 message Timestamp { message
/external/protobuf/php/src/GPBMetadata/Google/Protobuf/
DTimestamp.php7 class Timestamp class
/external/opencensus-java/api/src/main/java/io/opencensus/common/
DTimestamp.java41 public abstract class Timestamp implements Comparable<Timestamp> { class
43 Timestamp() {} in Timestamp() method in Timestamp
/external/llvm-project/llvm/tools/dsymutil/
DBinaryHolder.cpp46 TimestampTy Timestamp, bool Verbose) { in load()
153 TimestampTy Timestamp, in getObjectEntry()
218 BinaryHolder::getObjectEntry(StringRef Filename, TimestampTy Timestamp) { in getObjectEntry()
DDebugMap.cpp42 sys::TimePoint<std::chrono::seconds> Timestamp, in DebugMapObject()
86 sys::TimePoint<std::chrono::seconds> Timestamp, in addDebugMapObject()
159 int64_t Timestamp; member
/external/webrtc/modules/congestion_controller/goog_cc/
Drobust_throughput_estimator.h39 void SetAlrEndedTime(Timestamp /*alr_ended_time*/) override {} in SetAlrEndedTime() argument
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyProfiling.h28 llvm::sys::TimePoint<> Timestamp; member
/external/protobuf/php/src/Google/Protobuf/
DTimestamp.php74 class Timestamp extends \Google\Protobuf\Internal\Message class
/external/protobuf/src/google/protobuf/util/
Dtime_util.h63 typedef google::protobuf::Timestamp Timestamp; typedef
/external/python/cpython2/Lib/sqlite3/
Ddbapi2.py40 Timestamp = datetime.datetime variable
/external/python/cpython3/Lib/sqlite3/
Ddbapi2.py39 Timestamp = datetime.datetime variable
/external/ruy/ruy/
Dprepacked_cache.h91 using Timestamp = std::uint64_t; variable

123