Home
last modified time | relevance | path

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

12

/external/golang-protobuf/ptypes/timestamp/
Dtimestamp.pb.go103 type Timestamp struct { struct
107 Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
112 Nanos int32 `protobuf:"varint,2,opt,name=nanos,proto3" json:"nanos,omitempty"`
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
118 func (m *Timestamp) Reset() { *m = Timestamp{} }
119 func (m *Timestamp) String() string { return proto.CompactTextString(m) }
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
[all …]
Dtimestamp.proto123 message Timestamp { message
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/timestamp/
Dtimestamp.pb.go99 type Timestamp struct { struct
103 Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
108 Nanos int32 `protobuf:"varint,2,opt,name=nanos,proto3" json:"nanos,omitempty"`
109 XXX_NoUnkeyedLiteral struct{} `json:"-"`
110 XXX_unrecognized []byte `json:"-"`
111 XXX_sizecache int32 `json:"-"`
114 func (m *Timestamp) Reset() { *m = Timestamp{} }
115 func (m *Timestamp) String() string { return proto.CompactTextString(m) }
116 func (*Timestamp) ProtoMessage() {}
117 func (*Timestamp) Descriptor() ([]byte, []int) {
[all …]
Dtimestamp.proto121 message Timestamp { message
/external/golang-protobuf/ptypes/
Dtimestamp.go63 func validateTimestamp(ts *tspb.Timestamp) error {
90 func Timestamp(ts *tspb.Timestamp) (time.Time, error) { argument
126 func TimestampString(ts *tspb.Timestamp) string {
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/
Dtimestamp.go63 func validateTimestamp(ts *tspb.Timestamp) error {
90 func Timestamp(ts *tspb.Timestamp) (time.Time, error) { argument
128 func TimestampString(ts *tspb.Timestamp) string {
/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.cs97 public sealed partial class Timestamp : pb::IMessage<Timestamp> { class
109 public Timestamp() { in Timestamp() method in Google.Protobuf.WellKnownTypes.Timestamp
115 public Timestamp(Timestamp other) : this() { in Timestamp() method in Google.Protobuf.WellKnownTypes.Timestamp
DTimestampPartial.cs39 public partial class Timestamp : ICustomDiagnosticMessage class
/external/protobuf/src/google/protobuf/
Dtimestamp.proto99 message Timestamp { message
Dtimestamp.pb.cc121 Timestamp::Timestamp() in Timestamp() function in google::protobuf::Timestamp
127 Timestamp::Timestamp(::google::protobuf::Arena* arena) in Timestamp() function in google::protobuf::Timestamp
139 Timestamp::Timestamp(const Timestamp& from) in Timestamp() function in google::protobuf::Timestamp
Dtimestamp.pb.h40 class Timestamp; variable
/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/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DBinaryHolder.cpp46 TimestampTy Timestamp, bool Verbose) { in load()
148 TimestampTy Timestamp, in getObjectEntry()
213 BinaryHolder::getObjectEntry(StringRef Filename, TimestampTy Timestamp) { in getObjectEntry()
DDebugMap.cpp43 sys::TimePoint<std::chrono::seconds> Timestamp, in DebugMapObject()
87 sys::TimePoint<std::chrono::seconds> Timestamp, in addDebugMapObject()
160 int64_t Timestamp; member
DBinaryHolder.h101 TimestampTy Timestamp; member
DDebugMap.h197 sys::TimePoint<std::chrono::seconds> Timestamp; variable
/external/protobuf/src/google/protobuf/util/
Dtime_util.h51 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/autotest/site_utils/
Dcloud_console.proto25 message Timestamp { message
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
Dproject3.go55 type Timestamp int64 type

12