/external/golang-protobuf/ptypes/timestamp/ |
D | timestamp.pb.go | 103 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 …]
|
D | timestamp.proto | 123 message Timestamp { message
|
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/timestamp/ |
D | timestamp.pb.go | 99 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 …]
|
D | timestamp.proto | 121 message Timestamp { message
|
/external/golang-protobuf/ptypes/ |
D | timestamp.go | 63 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/ |
D | timestamp.go | 63 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/ |
D | BinaryHolder.cpp | 46 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()
|
D | DebugMap.cpp | 24 sys::TimeValue Timestamp) in DebugMapObject() 66 sys::TimeValue Timestamp) { in addDebugMapObject() 135 sys::TimeValue::SecondsType Timestamp; member
|
D | DebugMap.h | 167 sys::TimeValue Timestamp; variable
|
D | MachODebugMapParser.cpp | 114 sys::TimeValue Timestamp) { in switchToNewDebugMapObject() 350 sys::TimeValue Timestamp; in handleStabSymbolTableEntry() local
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Timestamp.cs | 97 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
|
D | TimestampPartial.cs | 39 public partial class Timestamp : ICustomDiagnosticMessage class
|
/external/protobuf/src/google/protobuf/ |
D | timestamp.proto | 99 message Timestamp { message
|
D | timestamp.pb.cc | 121 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
|
D | timestamp.pb.h | 40 class Timestamp; variable
|
/external/opencensus-java/api/src/main/java/io/opencensus/common/ |
D | Timestamp.java | 41 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/ |
D | BinaryHolder.cpp | 46 TimestampTy Timestamp, bool Verbose) { in load() 148 TimestampTy Timestamp, in getObjectEntry() 213 BinaryHolder::getObjectEntry(StringRef Filename, TimestampTy Timestamp) { in getObjectEntry()
|
D | DebugMap.cpp | 43 sys::TimePoint<std::chrono::seconds> Timestamp, in DebugMapObject() 87 sys::TimePoint<std::chrono::seconds> Timestamp, in addDebugMapObject() 160 int64_t Timestamp; member
|
D | BinaryHolder.h | 101 TimestampTy Timestamp; member
|
D | DebugMap.h | 197 sys::TimePoint<std::chrono::seconds> Timestamp; variable
|
/external/protobuf/src/google/protobuf/util/ |
D | time_util.h | 51 typedef google::protobuf::Timestamp Timestamp; typedef
|
/external/python/cpython2/Lib/sqlite3/ |
D | dbapi2.py | 40 Timestamp = datetime.datetime variable
|
/external/python/cpython3/Lib/sqlite3/ |
D | dbapi2.py | 39 Timestamp = datetime.datetime variable
|
/external/autotest/site_utils/ |
D | cloud_console.proto | 25 message Timestamp { message
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/ |
D | project3.go | 55 type Timestamp int64 type
|