Home
last modified time | relevance | path

Searched refs:IntegerPoints (Results 1 – 25 of 41) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dstream_reader_gen_test.go45 type IntegerPoints datatypes.ReadResponse_IntegerPointsFrame type
47 func (a IntegerPoints) Len() int { return len(a.Timestamps) }
49 func (a IntegerPoints) Less(i, j int) bool { return a.Timestamps[i] < a.Timestamps[j] }
51 func (a IntegerPoints) Swap(i, j int) {
59 var block IntegerPoints
70 IntegerPoints: &pointsFrame,
H A Dresponse_writer.gen.go112 IntegerPoints: &datatypes.ReadResponse_IntegerPointsFrame{
123 f.IntegerPoints.Timestamps = f.IntegerPoints.Timestamps[:0]
124 f.IntegerPoints.Values = f.IntegerPoints.Values[:0]
146 frame := p.IntegerPoints
176 frame = p.IntegerPoints
H A Dstream_reader.gen.go98 c.a.Timestamps = ff.IntegerPoints.Timestamps
99 c.a.Values = ff.IntegerPoints.Values
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dresponse_writer.gen.go126 IntegerPoints: &datatypes.ReadResponse_IntegerPointsFrame{
137 f.IntegerPoints.Timestamps = f.IntegerPoints.Timestamps[:0]
138 f.IntegerPoints.Values = f.IntegerPoints.Values[:0]
160 frame := p.IntegerPoints
205 frame = p.IntegerPoints
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/services/storage/
H A Dresponse_writer.gen.go112 f.IntegerPoints.Timestamps = f.IntegerPoints.Timestamps[:0]
113 f.IntegerPoints.Values = f.IntegerPoints.Values[:0]
135 frame := p.IntegerPoints
165 frame = p.IntegerPoints
H A Dstorage.pb.go285IntegerPoints *ReadResponse_IntegerPointsFrame `protobuf:"bytes,3,opt,name=integer_points,json=int… member
335 return x.IntegerPoints
395 if err := b.EncodeMessage(x.IntegerPoints); err != nil {
504 s := proto.Size(x.IntegerPoints)
925 if m.IntegerPoints != nil {
928 i = encodeVarintStorage(dAtA, i, uint64(m.IntegerPoints.Size()))
929 n7, err := m.IntegerPoints.MarshalTo(dAtA[i:])
1579 if m.IntegerPoints != nil {
1580 l = m.IntegerPoints.Size()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dresponse_writer.gen.go147 IntegerPoints: &datatypes.ReadResponse_IntegerPointsFrame{
157 f.IntegerPoints.Timestamps = f.IntegerPoints.Timestamps[:0]
158 f.IntegerPoints.Values = f.IntegerPoints.Values[:0]
202 frame := p.IntegerPoints
247 frame = p.IntegerPoints
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/cmd/influx-tools/internal/format/binary/
H A Dwriter_test.go54 var ip binary.IntegerPoints
56 assertEqual(t, ip, binary.IntegerPoints{Timestamps: ts[i : i+1], Values: vs[i : i+1]})
H A Dbinary.pb.go133 type IntegerPoints struct { struct
138 func (m *IntegerPoints) Reset() { *m = IntegerPoints{} } argument
139 func (m *IntegerPoints) String() string { return proto.CompactTextString(m) } argument
140 func (*IntegerPoints) ProtoMessage() {} argument
141 func (*IntegerPoints) Descriptor() ([]byte, []int) { return fileDescriptorBinary, []int{4} } argument
197 proto.RegisterType((*IntegerPoints)(nil), "binary.IntegerPoints")
357 func (m *IntegerPoints) Marshal() (dAtA []byte, err error) { argument
367 func (m *IntegerPoints) MarshalTo(dAtA []byte) (int, error) { argument
714 func (m *IntegerPoints) Size() (n int) { argument
1257 func (m *IntegerPoints) Unmarshal(dAtA []byte) error { argument
H A Dbinary.proto35 message IntegerPoints { message
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/cmd/influx_tools/internal/format/binary/
H A Dwriter_test.go55 var ip binary.IntegerPoints
57 assertEqual(t, ip, binary.IntegerPoints{Timestamps: ts[i : i+1], Values: vs[i : i+1]})
H A Dbinary.pb.go133 type IntegerPoints struct { struct
138 func (m *IntegerPoints) Reset() { *m = IntegerPoints{} } argument
139 func (m *IntegerPoints) String() string { return proto.CompactTextString(m) } argument
140 func (*IntegerPoints) ProtoMessage() {} argument
141 func (*IntegerPoints) Descriptor() ([]byte, []int) { return fileDescriptorBinary, []int{4} } argument
197 proto.RegisterType((*IntegerPoints)(nil), "binary.IntegerPoints")
357 func (m *IntegerPoints) Marshal() (dAtA []byte, err error) { argument
367 func (m *IntegerPoints) MarshalTo(dAtA []byte) (int, error) { argument
714 func (m *IntegerPoints) Size() (n int) { argument
1257 func (m *IntegerPoints) Unmarshal(dAtA []byte) error { argument
H A Dbinary.proto35 message IntegerPoints { message
H A Dreader.go228 ip := &IntegerPoints{}
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/cmd/influx_tools/internal/format/binary/
H A Dwriter_test.go55 var ip binary.IntegerPoints
57 assertEqual(t, ip, binary.IntegerPoints{Timestamps: ts[i : i+1], Values: vs[i : i+1]})
H A Dbinary.pb.go133 type IntegerPoints struct { struct
138 func (m *IntegerPoints) Reset() { *m = IntegerPoints{} } argument
139 func (m *IntegerPoints) String() string { return proto.CompactTextString(m) } argument
140 func (*IntegerPoints) ProtoMessage() {} argument
141 func (*IntegerPoints) Descriptor() ([]byte, []int) { return fileDescriptorBinary, []int{4} } argument
197 proto.RegisterType((*IntegerPoints)(nil), "binary.IntegerPoints")
357 func (m *IntegerPoints) Marshal() (dAtA []byte, err error) { argument
367 func (m *IntegerPoints) MarshalTo(dAtA []byte) (int, error) { argument
714 func (m *IntegerPoints) Size() (n int) { argument
1257 func (m *IntegerPoints) Unmarshal(dAtA []byte) error { argument
H A Dbinary.proto35 message IntegerPoints { message
H A Dreader.go228 ip := &IntegerPoints{}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/cmd/influx_tools/internal/format/binary/
H A Dwriter_test.go55 var ip binary.IntegerPoints
57 assertEqual(t, ip, binary.IntegerPoints{Timestamps: ts[i : i+1], Values: vs[i : i+1]})
H A Dbinary.pb.go138 type IntegerPoints struct { struct
143 func (m *IntegerPoints) Reset() { *m = IntegerPoints{} } argument
144 func (m *IntegerPoints) String() string { return proto.CompactTextString(m) } argument
145 func (*IntegerPoints) ProtoMessage() {} argument
146 func (*IntegerPoints) Descriptor() ([]byte, []int) { return fileDescriptorBinary, []int{4} } argument
202 proto.RegisterType((*IntegerPoints)(nil), "binary.IntegerPoints")
362 func (m *IntegerPoints) Marshal() (dAtA []byte, err error) { argument
372 func (m *IntegerPoints) MarshalTo(dAtA []byte) (int, error) { argument
719 func (m *IntegerPoints) Size() (n int) { argument
1262 func (m *IntegerPoints) Unmarshal(dAtA []byte) error { argument
H A Dbinary.proto35 message IntegerPoints { message
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/cmd/store/query/
H A Dquery.go267 for _, v := range f.IntegerPoints.Values {
270 cmd.pointCount += uint64(len(f.IntegerPoints.Values))
339 p := f.IntegerPoints
352 cmd.pointCount += uint64(len(f.IntegerPoints.Values))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/cmd/store/query/
H A Dquery.go269 for _, v := range f.IntegerPoints.Values {
272 cmd.pointCount += uint64(len(f.IntegerPoints.Values))
341 p := f.IntegerPoints
354 cmd.pointCount += uint64(len(f.IntegerPoints.Values))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/cmd/store/query/
H A Dquery.go269 for _, v := range f.IntegerPoints.Values {
272 cmd.pointCount += uint64(len(f.IntegerPoints.Values))
341 p := f.IntegerPoints
354 cmd.pointCount += uint64(len(f.IntegerPoints.Values))
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/cmd/store/query/
H A Dquery.go264 for _, v := range f.IntegerPoints.Values {
267 cmd.pointCount += uint64(len(f.IntegerPoints.Values))
336 p := f.IntegerPoints
349 cmd.pointCount += uint64(len(f.IntegerPoints.Values))

12