Home
last modified time | relevance | path

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

12345678910>>...427

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Flatbuf/Types/
H A DTimestamp.cs17 internal struct Timestamp : IFlatbufferObject struct
19 private Table __p;
20 public ByteBuffer ByteBuffer { get { return __p.bb; } }
23 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
24 public Timestamp __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
49 public Span<byte> GetTimezoneBytes() { return __p.__vector_as_span(6); } in GetTimezoneBytes()
51 public ArraySegment<byte>? GetTimezoneBytes() { return __p.__vector_as_arraysegment(6); } in GetTimezoneBytes()
53 public byte[] GetTimezoneArray() { return __p.__vector_as_array<byte>(6); } in GetTimezoneArray()
55 public static Offset<Timestamp> CreateTimestamp(FlatBufferBuilder builder, in CreateTimestamp()
64 public static void StartTimestamp(FlatBufferBuilder builder) { builder.StartObject(2); } in StartTimestamp()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/csharp/src/Apache.Arrow/Flatbuf/Types/
H A DTimestamp.cs17 internal struct Timestamp : IFlatbufferObject struct
19 private Table __p;
20 public ByteBuffer ByteBuffer { get { return __p.bb; } }
23 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
24 public Timestamp __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
49 public Span<byte> GetTimezoneBytes() { return __p.__vector_as_span(6); } in GetTimezoneBytes()
51 public ArraySegment<byte>? GetTimezoneBytes() { return __p.__vector_as_arraysegment(6); } in GetTimezoneBytes()
53 public byte[] GetTimezoneArray() { return __p.__vector_as_array<byte>(6); } in GetTimezoneArray()
55 public static Offset<Timestamp> CreateTimestamp(FlatBufferBuilder builder, in CreateTimestamp()
64 public static void StartTimestamp(FlatBufferBuilder builder) { builder.StartObject(2); } in StartTimestamp()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Flatbuf/Types/
H A DTimestamp.cs17 internal struct Timestamp : IFlatbufferObject struct
19 private Table __p;
20 public ByteBuffer ByteBuffer { get { return __p.bb; } }
23 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
24 public Timestamp __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
49 public Span<byte> GetTimezoneBytes() { return __p.__vector_as_span(6); } in GetTimezoneBytes()
51 public ArraySegment<byte>? GetTimezoneBytes() { return __p.__vector_as_arraysegment(6); } in GetTimezoneBytes()
53 public byte[] GetTimezoneArray() { return __p.__vector_as_array<byte>(6); } in GetTimezoneArray()
55 public static Offset<Timestamp> CreateTimestamp(FlatBufferBuilder builder, in CreateTimestamp()
64 public static void StartTimestamp(FlatBufferBuilder builder) { builder.StartObject(2); } in StartTimestamp()
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
133 func (m *Timestamp) XXX_Merge(src proto.Message) {
136 func (m *Timestamp) XXX_Size() int {
139 func (m *Timestamp) XXX_DiscardUnknown() {
145 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
133 func (m *Timestamp) XXX_Merge(src proto.Message) {
136 func (m *Timestamp) XXX_Size() int {
139 func (m *Timestamp) XXX_DiscardUnknown() {
145 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go107 type Timestamp struct { struct
117 XXX_NoUnkeyedLiteral struct{} `json:"-"`
118 XXX_unrecognized []byte `json:"-"`
119 XXX_sizecache int32 `json:"-"`
124 func (*Timestamp) ProtoMessage() {}
125 func (*Timestamp) Descriptor() ([]byte, []int) {
137 func (m *Timestamp) XXX_Merge(src proto.Message) {
140 func (m *Timestamp) XXX_Size() int {
143 func (m *Timestamp) XXX_DiscardUnknown() {
149 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
133 func (m *Timestamp) XXX_Merge(src proto.Message) {
136 func (m *Timestamp) XXX_Size() int {
139 func (m *Timestamp) XXX_DiscardUnknown() {
145 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
133 func (m *Timestamp) XXX_Merge(src proto.Message) {
136 func (m *Timestamp) XXX_Size() int {
139 func (m *Timestamp) XXX_DiscardUnknown() {
145 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
133 func (m *Timestamp) XXX_Merge(src proto.Message) {
136 func (m *Timestamp) XXX_Size() int {
139 func (m *Timestamp) XXX_DiscardUnknown() {
145 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go99 type Timestamp struct { struct
109 XXX_NoUnkeyedLiteral struct{} `json:"-"`
110 XXX_unrecognized []byte `json:"-"`
111 XXX_sizecache int32 `json:"-"`
116 func (*Timestamp) ProtoMessage() {}
117 func (*Timestamp) Descriptor() ([]byte, []int) {
121 func (m *Timestamp) XXX_Unmarshal(b []byte) error {
130 func (m *Timestamp) XXX_Size() int {
133 func (m *Timestamp) XXX_DiscardUnknown() {
139 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
133 func (m *Timestamp) XXX_Merge(src proto.Message) {
136 func (m *Timestamp) XXX_Size() int {
139 func (m *Timestamp) XXX_DiscardUnknown() {
145 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
133 func (m *Timestamp) XXX_Merge(src proto.Message) {
136 func (m *Timestamp) XXX_Size() int {
139 func (m *Timestamp) XXX_DiscardUnknown() {
145 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/golang/protobuf/protobuf-1.3.1/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
133 func (m *Timestamp) XXX_Merge(src proto.Message) {
136 func (m *Timestamp) XXX_Size() int {
139 func (m *Timestamp) XXX_DiscardUnknown() {
145 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/devel/lab/lab-0.17.2/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go99 type Timestamp struct { struct
109 XXX_NoUnkeyedLiteral struct{} `json:"-"`
110 XXX_unrecognized []byte `json:"-"`
111 XXX_sizecache int32 `json:"-"`
116 func (*Timestamp) ProtoMessage() {}
117 func (*Timestamp) Descriptor() ([]byte, []int) {
121 func (m *Timestamp) XXX_Unmarshal(b []byte) error {
130 func (m *Timestamp) XXX_Size() int {
133 func (m *Timestamp) XXX_DiscardUnknown() {
139 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/net-mgmt/nsd_exporter/nsd_exporter-0.1.0/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go99 type Timestamp struct { struct
109 XXX_NoUnkeyedLiteral struct{} `json:"-"`
110 XXX_unrecognized []byte `json:"-"`
111 XXX_sizecache int32 `json:"-"`
116 func (*Timestamp) ProtoMessage() {}
117 func (*Timestamp) Descriptor() ([]byte, []int) {
121 func (m *Timestamp) XXX_Unmarshal(b []byte) error {
130 func (m *Timestamp) XXX_Size() int {
133 func (m *Timestamp) XXX_DiscardUnknown() {
139 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go107 type Timestamp struct { struct
117 XXX_NoUnkeyedLiteral struct{} `json:"-"`
118 XXX_unrecognized []byte `json:"-"`
119 XXX_sizecache int32 `json:"-"`
124 func (*Timestamp) ProtoMessage() {}
125 func (*Timestamp) Descriptor() ([]byte, []int) {
137 func (m *Timestamp) XXX_Merge(src proto.Message) {
140 func (m *Timestamp) XXX_Size() int {
143 func (m *Timestamp) XXX_DiscardUnknown() {
149 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go107 type Timestamp struct { struct
117 XXX_NoUnkeyedLiteral struct{} `json:"-"`
118 XXX_unrecognized []byte `json:"-"`
119 XXX_sizecache int32 `json:"-"`
124 func (*Timestamp) ProtoMessage() {}
125 func (*Timestamp) Descriptor() ([]byte, []int) {
137 func (m *Timestamp) XXX_Merge(src proto.Message) {
140 func (m *Timestamp) XXX_Size() int {
143 func (m *Timestamp) XXX_DiscardUnknown() {
149 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go107 type Timestamp struct { struct
117 XXX_NoUnkeyedLiteral struct{} `json:"-"`
118 XXX_unrecognized []byte `json:"-"`
119 XXX_sizecache int32 `json:"-"`
124 func (*Timestamp) ProtoMessage() {}
125 func (*Timestamp) Descriptor() ([]byte, []int) {
137 func (m *Timestamp) XXX_Merge(src proto.Message) {
140 func (m *Timestamp) XXX_Size() int {
143 func (m *Timestamp) XXX_DiscardUnknown() {
149 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
133 func (m *Timestamp) XXX_Merge(src proto.Message) {
136 func (m *Timestamp) XXX_Size() int {
139 func (m *Timestamp) XXX_DiscardUnknown() {
145 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go99 type Timestamp struct { struct
109 XXX_NoUnkeyedLiteral struct{} `json:"-"`
110 XXX_unrecognized []byte `json:"-"`
111 XXX_sizecache int32 `json:"-"`
116 func (*Timestamp) ProtoMessage() {}
117 func (*Timestamp) Descriptor() ([]byte, []int) {
121 func (m *Timestamp) XXX_Unmarshal(b []byte) error {
130 func (m *Timestamp) XXX_Size() int {
133 func (m *Timestamp) XXX_DiscardUnknown() {
139 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go99 type Timestamp struct { struct
109 XXX_NoUnkeyedLiteral struct{} `json:"-"`
110 XXX_unrecognized []byte `json:"-"`
111 XXX_sizecache int32 `json:"-"`
116 func (*Timestamp) ProtoMessage() {}
117 func (*Timestamp) Descriptor() ([]byte, []int) {
121 func (m *Timestamp) XXX_Unmarshal(b []byte) error {
130 func (m *Timestamp) XXX_Size() int {
133 func (m *Timestamp) XXX_DiscardUnknown() {
139 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
133 func (m *Timestamp) XXX_Merge(src proto.Message) {
136 func (m *Timestamp) XXX_Size() int {
139 func (m *Timestamp) XXX_DiscardUnknown() {
145 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-kv/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
133 func (m *Timestamp) XXX_Merge(src proto.Message) {
136 func (m *Timestamp) XXX_Size() int {
139 func (m *Timestamp) XXX_DiscardUnknown() {
145 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kubernetes/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
133 func (m *Timestamp) XXX_Merge(src proto.Message) {
136 func (m *Timestamp) XXX_Size() int {
139 func (m *Timestamp) XXX_DiscardUnknown() {
145 func (m *Timestamp) GetSeconds() int64 {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/vendor/github.com/golang/protobuf/ptypes/timestamp/
H A Dtimestamp.pb.go103 type Timestamp struct { struct
113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
114 XXX_unrecognized []byte `json:"-"`
115 XXX_sizecache int32 `json:"-"`
120 func (*Timestamp) ProtoMessage() {}
121 func (*Timestamp) Descriptor() ([]byte, []int) {
133 func (m *Timestamp) XXX_Merge(src proto.Message) {
136 func (m *Timestamp) XXX_Size() int {
139 func (m *Timestamp) XXX_DiscardUnknown() {
145 func (m *Timestamp) GetSeconds() int64 {
[all …]

12345678910>>...427