Home
last modified time | relevance | path

Searched refs:Timestamps (Results 1 – 25 of 2145) sorted by relevance

12345678910>>...86

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/cursors/
H A Darrayvalues.gen.go114 a.Timestamps = a.Timestamps[:0]
159 a.Timestamps = append(a.Timestamps, b.Timestamps...)
166 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
356 a.Timestamps = append(a.Timestamps, b.Timestamps...)
363 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
553 a.Timestamps = append(a.Timestamps, b.Timestamps...)
560 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
750 a.Timestamps = append(a.Timestamps, b.Timestamps...)
757 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
947 a.Timestamps = append(a.Timestamps, b.Timestamps...)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/cursors/
H A Darrayvalues.gen.go114 a.Timestamps = a.Timestamps[:0]
159 a.Timestamps = append(a.Timestamps, b.Timestamps...)
166 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
356 a.Timestamps = append(a.Timestamps, b.Timestamps...)
363 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
553 a.Timestamps = append(a.Timestamps, b.Timestamps...)
560 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
750 a.Timestamps = append(a.Timestamps, b.Timestamps...)
757 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
947 a.Timestamps = append(a.Timestamps, b.Timestamps...)
[all …]
H A Darrayvalues.gen.go.tmpl28 return a.Timestamps[len(a.Timestamps)-1]
108 a.Timestamps = a.Timestamps[:rmin]
117 a.Timestamps = a.Timestamps[:0]
137 a.Timestamps = a.Timestamps[:rmax]
162 a.Timestamps = append(a.Timestamps, b.Timestamps...)
169 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
179 out.Timestamps[k] = a.Timestamps[i]
183 out.Timestamps[k] = b.Timestamps[j]
188 out.Timestamps[k] = b.Timestamps[j]
205 a.Timestamps = out.Timestamps[:k]
[all …]
H A Darrayvalues.go6 Timestamps []int64 member
13 Timestamps: make([]int64, sz),
20 return a.Timestamps[0]
24 return a.Timestamps[len(a.Timestamps)-1]
28 return len(a.Timestamps)
35 return len(a.Timestamps)*8 + len(a.Values0)*8 + len(a.Values1)*8
40 return len(a.Timestamps)*8 + len(a.Values)*8
45 return len(a.Timestamps)*8 + len(a.Values)*8
50 return len(a.Timestamps)*8 + len(a.Values)*8
54 sz := len(a.Timestamps) * 8
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/cursors/
H A Darrayvalues.gen.go65 a.Timestamps = a.Timestamps[:rmin]
74 a.Timestamps = a.Timestamps[:0]
163 a.Timestamps = append(a.Timestamps, b.Timestamps...)
170 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
364 a.Timestamps = append(a.Timestamps, b.Timestamps...)
371 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
565 a.Timestamps = append(a.Timestamps, b.Timestamps...)
572 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
766 a.Timestamps = append(a.Timestamps, b.Timestamps...)
773 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
[all …]
H A Darrayvalues.gen.go.tmpl24 return a.Timestamps[len(a.Timestamps)-1]
63 a.Timestamps = a.Timestamps[:rmin]
72 a.Timestamps = a.Timestamps[:0]
92 a.Timestamps = a.Timestamps[:rmax]
161 a.Timestamps = append(a.Timestamps, b.Timestamps...)
168 tmp.Timestamps = append(b.Timestamps, a.Timestamps...)
177 if a.Timestamps[i] < b.Timestamps[j] {
178 out.Timestamps[k] = a.Timestamps[i]
182 out.Timestamps[k] = b.Timestamps[j]
187 out.Timestamps[k] = b.Timestamps[j]
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-stub/src/test/java/io/envoyproxy/pgv/
H A DTimestampValidationTest.java6 import com.google.protobuf.util.Timestamps;
15 …ComparativeValidation.lessThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20), Timest… in lessThanWorks()
17 …(() -> ComparativeValidation.lessThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in lessThanWorks()
19 …(() -> ComparativeValidation.lessThan("x", Timestamps.fromSeconds(20), Timestamps.fromSeconds(10),… in lessThanWorks()
25 …ComparativeValidation.lessThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20),… in lessThanOrEqualsWorks()
27 …ComparativeValidation.lessThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in lessThanOrEqualsWorks()
35 … -> ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20),… in greaterThanWorks()
37 … -> ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in greaterThanWorks()
39 …ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(20), Timestamps.fromSeconds(10), Tim… in greaterThanWorks()
47 …parativeValidation.greaterThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in greaterThanOrEqualsWorks()
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-stub/src/test/java/io/envoyproxy/pgv/
H A DTimestampValidationTest.java6 import com.google.protobuf.util.Timestamps;
15 …ComparativeValidation.lessThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20), Timest… in lessThanWorks()
17 …(() -> ComparativeValidation.lessThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in lessThanWorks()
19 …(() -> ComparativeValidation.lessThan("x", Timestamps.fromSeconds(20), Timestamps.fromSeconds(10),… in lessThanWorks()
25 …ComparativeValidation.lessThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20),… in lessThanOrEqualsWorks()
27 …ComparativeValidation.lessThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in lessThanOrEqualsWorks()
35 … -> ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20),… in greaterThanWorks()
37 … -> ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in greaterThanWorks()
39 …ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(20), Timestamps.fromSeconds(10), Tim… in greaterThanWorks()
47 …parativeValidation.greaterThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in greaterThanOrEqualsWorks()
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-stub/src/test/java/io/envoyproxy/pgv/
H A DTimestampValidationTest.java6 import com.google.protobuf.util.Timestamps;
15 …ComparativeValidation.lessThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20), Timest… in lessThanWorks()
17 …(() -> ComparativeValidation.lessThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in lessThanWorks()
19 …(() -> ComparativeValidation.lessThan("x", Timestamps.fromSeconds(20), Timestamps.fromSeconds(10),… in lessThanWorks()
25 …ComparativeValidation.lessThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20),… in lessThanOrEqualsWorks()
27 …ComparativeValidation.lessThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in lessThanOrEqualsWorks()
35 … -> ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20),… in greaterThanWorks()
37 … -> ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in greaterThanWorks()
39 …ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(20), Timestamps.fromSeconds(10), Tim… in greaterThanWorks()
47 …parativeValidation.greaterThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in greaterThanOrEqualsWorks()
[all …]
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-stub/src/test/java/io/envoyproxy/pgv/
H A DTimestampValidationTest.java6 import com.google.protobuf.util.Timestamps;
15 …ComparativeValidation.lessThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20), Timest… in lessThanWorks()
17 …(() -> ComparativeValidation.lessThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in lessThanWorks()
19 …(() -> ComparativeValidation.lessThan("x", Timestamps.fromSeconds(20), Timestamps.fromSeconds(10),… in lessThanWorks()
25 …ComparativeValidation.lessThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20),… in lessThanOrEqualsWorks()
27 …ComparativeValidation.lessThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in lessThanOrEqualsWorks()
35 … -> ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20),… in greaterThanWorks()
37 … -> ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in greaterThanWorks()
39 …ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(20), Timestamps.fromSeconds(10), Tim… in greaterThanWorks()
47 …parativeValidation.greaterThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in greaterThanOrEqualsWorks()
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-stub/src/test/java/io/envoyproxy/pgv/
H A DTimestampValidationTest.java6 import com.google.protobuf.util.Timestamps;
15 …ComparativeValidation.lessThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20), Timest… in lessThanWorks()
17 …(() -> ComparativeValidation.lessThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in lessThanWorks()
19 …(() -> ComparativeValidation.lessThan("x", Timestamps.fromSeconds(20), Timestamps.fromSeconds(10),… in lessThanWorks()
25 …ComparativeValidation.lessThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20),… in lessThanOrEqualsWorks()
27 …ComparativeValidation.lessThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in lessThanOrEqualsWorks()
35 … -> ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20),… in greaterThanWorks()
37 … -> ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in greaterThanWorks()
39 …ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(20), Timestamps.fromSeconds(10), Tim… in greaterThanWorks()
47 …parativeValidation.greaterThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in greaterThanOrEqualsWorks()
[all …]
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-stub/src/test/java/io/envoyproxy/pgv/
H A DTimestampValidationTest.java6 import com.google.protobuf.util.Timestamps;
15 …ComparativeValidation.lessThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20), Timest… in lessThanWorks()
17 …(() -> ComparativeValidation.lessThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in lessThanWorks()
19 …(() -> ComparativeValidation.lessThan("x", Timestamps.fromSeconds(20), Timestamps.fromSeconds(10),… in lessThanWorks()
25 …ComparativeValidation.lessThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20),… in lessThanOrEqualsWorks()
27 …ComparativeValidation.lessThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in lessThanOrEqualsWorks()
35 … -> ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(20),… in greaterThanWorks()
37 … -> ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in greaterThanWorks()
39 …ComparativeValidation.greaterThan("x", Timestamps.fromSeconds(20), Timestamps.fromSeconds(10), Tim… in greaterThanWorks()
47 …parativeValidation.greaterThanOrEqual("x", Timestamps.fromSeconds(10), Timestamps.fromSeconds(10),… in greaterThanOrEqualsWorks()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dstream_reader_gen_test.go19 func (a FloatPoints) Less(i, j int) bool { return a.Timestamps[i] < a.Timestamps[j] }
22 a.Timestamps[i], a.Timestamps[j] = a.Timestamps[j], a.Timestamps[i]
31 block.Timestamps = append(block.Timestamps, t)
52 a.Timestamps[i], a.Timestamps[j] = a.Timestamps[j], a.Timestamps[i]
61 block.Timestamps = append(block.Timestamps, t)
82 a.Timestamps[i], a.Timestamps[j] = a.Timestamps[j], a.Timestamps[i]
91 block.Timestamps = append(block.Timestamps, t)
112 a.Timestamps[i], a.Timestamps[j] = a.Timestamps[j], a.Timestamps[i]
121 block.Timestamps = append(block.Timestamps, t)
142 a.Timestamps[i], a.Timestamps[j] = a.Timestamps[j], a.Timestamps[i]
[all …]
H A Darray_cursor.gen.go51 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
69 c.res.Timestamps[pos] = a.Timestamps[i]
73 c.tmp.Timestamps = a.Timestamps[i+1:]
82 c.res.Timestamps = c.res.Timestamps[:pos]
128 a.Timestamps = a.Timestamps[:rem]
280 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
357 a.Timestamps = a.Timestamps[:rem]
509 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
586 a.Timestamps = a.Timestamps[:rem]
738 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
[all …]
H A Dresponse_writer.gen.go34 f.FloatPoints.Timestamps = f.FloatPoints.Timestamps[:0]
43 if len(a.Timestamps) == 0 {
71 frame.Timestamps = append(frame.Timestamps, a.Timestamps...)
123 f.IntegerPoints.Timestamps = f.IntegerPoints.Timestamps[:0]
160 frame.Timestamps = append(frame.Timestamps, a.Timestamps...)
212 f.UnsignedPoints.Timestamps = f.UnsignedPoints.Timestamps[:0]
249 frame.Timestamps = append(frame.Timestamps, a.Timestamps...)
301 f.StringPoints.Timestamps = f.StringPoints.Timestamps[:0]
338 frame.Timestamps = append(frame.Timestamps, a.Timestamps...)
390 f.BooleanPoints.Timestamps = f.BooleanPoints.Timestamps[:0]
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Darray_cursor.gen.go78 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
147 c.res.Timestamps = c.res.Timestamps[:pos]
224 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
360 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
506 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
642 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
788 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
924 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
1070 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
1206 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
[all …]
H A Darray_cursor_test.go310 a.Timestamps[i], a.Timestamps[j] = a.Timestamps[j], a.Timestamps[i]
371 got.Timestamps = got.Timestamps[:0]
376 got.Timestamps = append(got.Timestamps, ar.Timestamps...)
399 got.Timestamps = got.Timestamps[:0]
404 got.Timestamps = append(got.Timestamps, ar.Timestamps...)
463 got.Timestamps = got.Timestamps[:0]
468 got.Timestamps = append(got.Timestamps, ar.Timestamps...)
490 got.Timestamps = got.Timestamps[:0]
495 got.Timestamps = append(got.Timestamps, ar.Timestamps...)
521 got.Timestamps = append(got.Timestamps, ar.Timestamps...)
[all …]
H A Darray_cursor.gen.go.tmpl77 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
84 c.res.Timestamps[pos] = ckey
89 c.res.Timestamps[pos] = ckey
93 c.res.Timestamps[pos] = tkey
107 if pos == 0 && len(c.res.Timestamps) >= len(tvals.Timestamps){
111 copy(c.res.Timestamps, tvals.Timestamps)
116 n := copy(c.res.Timestamps[pos:], tvals.Timestamps[c.tsm.pos:])
146 c.res.Timestamps = c.res.Timestamps[:pos]
226 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
258 c.res.Timestamps[pos] = tvals.Timestamps[c.tsm.pos]
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Darray_cursor.gen.go78 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
146 c.res.Timestamps = c.res.Timestamps[:pos]
236 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
371 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
529 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
664 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
822 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
957 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
1115 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
1250 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
[all …]
H A Darray_cursor.gen.go.tmpl77 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
84 c.res.Timestamps[pos] = ckey
89 c.res.Timestamps[pos] = ckey
93 c.res.Timestamps[pos] = tkey
107 if pos == 0 && len(c.res.Timestamps) >= len(tvals.Timestamps){
111 copy(c.res.Timestamps, tvals.Timestamps)
116 n := copy(c.res.Timestamps[pos:], tvals.Timestamps[c.tsm.pos:])
145 c.res.Timestamps = c.res.Timestamps[:pos]
238 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
270 c.res.Timestamps[pos] = tvals.Timestamps[c.tsm.pos]
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Darray_cursor.gen.go78 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
144 c.res.Timestamps = c.res.Timestamps[:pos]
234 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
369 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
525 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
660 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
816 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
951 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
1107 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
1242 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
[all …]
H A Darray_cursor.gen.go.tmpl77 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
84 c.res.Timestamps[pos] = ckey
89 c.res.Timestamps[pos] = ckey
93 c.res.Timestamps[pos] = tkey
109 copy(c.res.Timestamps, tvals.Timestamps)
114 n := copy(c.res.Timestamps[pos:], tvals.Timestamps[c.tsm.pos:])
143 c.res.Timestamps = c.res.Timestamps[:pos]
236 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
243 c.res.Timestamps[pos] = ckey
268 c.res.Timestamps[pos] = tvals.Timestamps[c.tsm.pos]
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/storage/reads/
H A Darray_cursor.gen.go248 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
547 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
659 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
771 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
887 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
1003 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
1118 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
1251 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
1550 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
1662 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/storage/reads/
H A Darray_cursor.gen.go51 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
67 c.res.Timestamps[pos] = a.Timestamps[i]
71 c.tmp.Timestamps = a.Timestamps[i+1:]
84 c.res.Timestamps = c.res.Timestamps[:pos]
130 a.Timestamps = a.Timestamps[:rem]
282 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
361 a.Timestamps = a.Timestamps[:rem]
513 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
592 a.Timestamps = a.Timestamps[:rem]
744 c.res.Timestamps = c.res.Timestamps[:cap(c.res.Timestamps)]
[all …]
H A Dresponse_writer.gen.go34 f.FloatPoints.Timestamps = f.FloatPoints.Timestamps[:0]
43 if len(a.Timestamps) == 0 {
83 frame.Timestamps = append(frame.Timestamps, a.Timestamps...)
137 f.IntegerPoints.Timestamps = f.IntegerPoints.Timestamps[:0]
186 frame.Timestamps = append(frame.Timestamps, a.Timestamps...)
240 f.UnsignedPoints.Timestamps = f.UnsignedPoints.Timestamps[:0]
289 frame.Timestamps = append(frame.Timestamps, a.Timestamps...)
343 f.StringPoints.Timestamps = f.StringPoints.Timestamps[:0]
392 frame.Timestamps = append(frame.Timestamps, a.Timestamps...)
446 f.BooleanPoints.Timestamps = f.BooleanPoints.Timestamps[:0]
[all …]

12345678910>>...86