Home
last modified time | relevance | path

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

123

/external/golang-protobuf/types/known/timestamppb/
Dtimestamp.pb.go179 type Timestamp struct { struct
180 state protoimpl.MessageState
181 sizeCache protoimpl.SizeCache
182 unknownFields protoimpl.UnknownFields
187 Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
192 Nanos int32 `protobuf:"varint,2,opt,name=nanos,proto3" json:"nanos,omitempty"`
206 func (x *Timestamp) AsTime() time.Time {
212 func (x *Timestamp) IsValid() bool {
220 func (x *Timestamp) CheckValid() error {
243 func (x *Timestamp) check() uint {
[all …]
/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 { argument
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 { argument
41 impl Timestamp { impl
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/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/armnn/include/armnn/backends/profiling/
DIBackendProfiling.hpp27 struct Timestamp struct
29 uint64_t timestamp;
30 std::vector<CounterValue> counterValues;
/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
DDebugMap.h167 sys::TimeValue Timestamp; variable
DMachODebugMapParser.cpp114 sys::TimeValue Timestamp) { in switchToNewDebugMapObject()
350 sys::TimeValue Timestamp; in handleStabSymbolTableEntry() local
/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/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/protobuf/php/src/GPBMetadata/Google/Protobuf/
DTimestamp.php7 class Timestamp class
/external/webrtc/modules/congestion_controller/goog_cc/
Drobust_throughput_estimator.h39 void SetAlrEndedTime(Timestamp /*alr_ended_time*/) override {} in SetAlrEndedTime() argument
/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
Dimported.proto18 message Timestamp { message
/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
/external/autotest/site_utils/
Dcloud_console.proto25 message Timestamp { message
/external/angle/src/common/
Dpacked_egl_enums.json27 "Timestamp": { object

123