Home
last modified time | relevance | path

Searched refs:WritePostings (Results 1 – 22 of 22) sorted by relevance

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/tsdb/index/
H A Dindex_test.go87 func (m mockIndex) WritePostings(name, value string, it Postings) error { func
209 err = iw.WritePostings("a", "1", newListPostings([]uint64{1, 2, 3, 4}))
319 err = iw.WritePostings("", "", newListPostings(all))
321 mi.WritePostings("", "", newListPostings(all))
325 err = iw.WritePostings(n, v, postings.Get(n, v))
327 mi.WritePostings(n, v, postings.Get(n, v))
H A Dindex.go453 func (w *Writer) WritePostings(name, value string, it Postings) error { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/prometheus/tsdb/index/
H A Dindex_test.go88 func (m mockIndex) WritePostings(name, value string, it Postings) error { func
215 err = iw.WritePostings("a", "1", newListPostings(1, 2, 3, 4))
326 err = iw.WritePostings("", "", newListPostings(all...))
328 mi.WritePostings("", "", newListPostings(all...))
332 err = iw.WritePostings(n, v, postings.Get(n, v))
334 mi.WritePostings(n, v, postings.Get(n, v))
H A Dindex.go488 func (w *Writer) WritePostings(name, value string, it Postings) error { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/tsdb/
H A Dmocks_test.go63 func (mockIndexWriter) WritePostings(name, value string, it index.Postings) error { return nil } func
H A Dblock.go53 WritePostings(name, value string, it index.Postings) error methodSpec
H A Dquerier_test.go312 return mi.WritePostings(l.Name, l.Value, p)
1454 func (m mockIndex) WritePostings(name, value string, it index.Postings) error { func
H A Dcompact.go696 if err := indexw.WritePostings(l.Name, l.Value, postings.Get(l.Name, l.Value)); err != nil {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/prometheus/tsdb/
H A Dmocks_test.go63 func (mockIndexWriter) WritePostings(name, value string, it index.Postings) error { return nil } func
H A Dblock.go57 WritePostings(name, value string, it index.Postings) error methodSpec
H A Dquerier_test.go256 return mi.WritePostings(l.Name, l.Value, p)
1398 func (m mockIndex) WritePostings(name, value string, it index.Postings) error { func
H A Dcompact.go849 if err := indexw.WritePostings(l.Name, l.Value, postings.Get(l.Name, l.Value)); err != nil {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/tsdb/
H A Dblock.go53 WritePostings(name, value string, it index.Postings) error methodSpec
H A Dcompact.go696 if err := indexw.WritePostings(l.Name, l.Value, postings.Get(l.Name, l.Value)); err != nil {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/tsdb/
H A Dblock.go58 WritePostings(name, value string, it index.Postings) error methodSpec
H A Dcompact.go866 if err := indexw.WritePostings(l.Name, l.Value, postings.Get(l.Name, l.Value)); err != nil {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/tsdb/index/
H A Dindex.go487 func (w *Writer) WritePostings(name, value string, it Postings) error { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/tsdb/
H A Dquerier_test.go254 return mi.WritePostings(l.Name, l.Value, p)
1342 func (m mockIndex) WritePostings(name, value string, it index.Postings) error { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/tsdb/index/
H A Dindex.go453 func (w *Writer) WritePostings(name, value string, it Postings) error { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/tsdb/
H A Dquerier_test.go157 return mi.WritePostings(l.Name, l.Value, p)
1133 func (m mockIndex) WritePostings(name, value string, it index.Postings) error { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/tsdb/
H A Dquerier_test.go157 return mi.WritePostings(l.Name, l.Value, p)
1133 func (m mockIndex) WritePostings(name, value string, it index.Postings) error { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/tsdb/
H A Dquerier_test.go157 return mi.WritePostings(l.Name, l.Value, p)
1133 func (m mockIndex) WritePostings(name, value string, it index.Postings) error { func