Home
last modified time | relevance | path

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

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/armon/go-metrics/
H A Dmetrics_test.go366 func HasElem(s interface{}, elem interface{}) bool { func
438 if HasElem(m.labels[2], badLabel) {
441 if !HasElem(m.labels[2], goodLabel) {
469 if HasElem(m.labels[0], badLabel) {
472 if HasElem(m.labels[0], notReallyGoodLabel) {
475 if !HasElem(m.labels[0], goodLabel) {
483 if HasElem(m.labels[1], badLabel) {
487 if !HasElem(m.labels[1], notReallyGoodLabel) {
490 if !HasElem(m.labels[1], goodLabel) {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/armon/go-metrics/
H A Dmetrics_test.go366 func HasElem(s interface{}, elem interface{}) bool { func
438 if HasElem(m.labels[2], badLabel) {
441 if !HasElem(m.labels[2], goodLabel) {
469 if HasElem(m.labels[0], badLabel) {
472 if HasElem(m.labels[0], notReallyGoodLabel) {
475 if !HasElem(m.labels[0], goodLabel) {
483 if HasElem(m.labels[1], badLabel) {
487 if !HasElem(m.labels[1], notReallyGoodLabel) {
490 if !HasElem(m.labels[1], goodLabel) {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/armon/go-metrics/
H A Dmetrics_test.go366 func HasElem(s interface{}, elem interface{}) bool { func
438 if HasElem(m.labels[2], badLabel) {
441 if !HasElem(m.labels[2], goodLabel) {
469 if HasElem(m.labels[0], badLabel) {
472 if HasElem(m.labels[0], notReallyGoodLabel) {
475 if !HasElem(m.labels[0], goodLabel) {
483 if HasElem(m.labels[1], badLabel) {
487 if !HasElem(m.labels[1], notReallyGoodLabel) {
490 if !HasElem(m.labels[1], goodLabel) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/armon/go-metrics/
H A Dmetrics_test.go366 func HasElem(s interface{}, elem interface{}) bool { func
438 if HasElem(m.labels[2], badLabel) {
441 if !HasElem(m.labels[2], goodLabel) {
469 if HasElem(m.labels[0], badLabel) {
472 if HasElem(m.labels[0], notReallyGoodLabel) {
475 if !HasElem(m.labels[0], goodLabel) {
483 if HasElem(m.labels[1], badLabel) {
487 if !HasElem(m.labels[1], notReallyGoodLabel) {
490 if !HasElem(m.labels[1], goodLabel) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/armon/go-metrics/
H A Dmetrics_test.go366 func HasElem(s interface{}, elem interface{}) bool { func
438 if HasElem(m.labels[2], badLabel) {
441 if !HasElem(m.labels[2], goodLabel) {
469 if HasElem(m.labels[0], badLabel) {
472 if HasElem(m.labels[0], notReallyGoodLabel) {
475 if !HasElem(m.labels[0], goodLabel) {
483 if HasElem(m.labels[1], badLabel) {
487 if !HasElem(m.labels[1], notReallyGoodLabel) {
490 if !HasElem(m.labels[1], goodLabel) {
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/armon/go-metrics/
H A Dmetrics_test.go366 func HasElem(s interface{}, elem interface{}) bool { func
438 if HasElem(m.labels[2], badLabel) {
441 if !HasElem(m.labels[2], goodLabel) {
469 if HasElem(m.labels[0], badLabel) {
472 if HasElem(m.labels[0], notReallyGoodLabel) {
475 if !HasElem(m.labels[0], goodLabel) {
483 if HasElem(m.labels[1], badLabel) {
487 if !HasElem(m.labels[1], notReallyGoodLabel) {
490 if !HasElem(m.labels[1], goodLabel) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/armon/go-metrics/
H A Dmetrics_test.go366 func HasElem(s interface{}, elem interface{}) bool { func
438 if HasElem(m.labels[2], badLabel) {
441 if !HasElem(m.labels[2], goodLabel) {
469 if HasElem(m.labels[0], badLabel) {
472 if HasElem(m.labels[0], notReallyGoodLabel) {
475 if !HasElem(m.labels[0], goodLabel) {
483 if HasElem(m.labels[1], badLabel) {
487 if !HasElem(m.labels[1], notReallyGoodLabel) {
490 if !HasElem(m.labels[1], goodLabel) {
/dports/security/vault/vault-1.8.2/vendor/github.com/armon/go-metrics/
H A Dmetrics_test.go366 func HasElem(s interface{}, elem interface{}) bool { func
438 if HasElem(m.labels[2], badLabel) {
441 if !HasElem(m.labels[2], goodLabel) {
469 if HasElem(m.labels[0], badLabel) {
472 if HasElem(m.labels[0], notReallyGoodLabel) {
475 if !HasElem(m.labels[0], goodLabel) {
483 if HasElem(m.labels[1], badLabel) {
487 if !HasElem(m.labels[1], notReallyGoodLabel) {
490 if !HasElem(m.labels[1], goodLabel) {
/dports/shells/elvish/elvish-0.17.0/pkg/eval/vals/
H A Dequal.go74 for ix.HasElem() && iy.HasElem() {
88 for it := x.Iterator(); it.HasElem(); it.Next() {
H A Dhash.go48 for it := v.Iterator(); it.HasElem(); it.Next() {
54 for it := v.Iterator(); it.HasElem(); it.Next() {
H A Drepr.go61 for it := v.Iterator(); it.HasElem(); it.Next() {
67 for it := v.Iterator(); it.HasElem(); it.Next() {
H A Diterate_keys.go30 for it := v.Iterator(); it.HasElem(); it.Next() {
H A Diterate.go39 for it := v.Iterator(); it.HasElem(); it.Next() {
/dports/shells/elvish/elvish-0.17.0/pkg/persistent/hashmap/
H A Dhashmap.go105 func (it *nilVIterator) HasElem() bool { func
106 return it.atNil || it.tail.HasElem()
121 for it := m.Iterator(); it.HasElem(); it.Next() {
281 func (it *arrayNodeIterator) HasElem() bool { func
287 if !it.current.HasElem() {
503 func (it *bitmapNodeIterator) HasElem() bool { func
511 if it.current == nil || !it.current.HasElem() {
581 func (it *collisionNodeIterator) HasElem() bool { func
H A Dmap.go36 HasElem() bool methodSpec
H A Dhashmap_test.go263 for it := m.Iterator(); it.HasElem(); it.Next() {
312 for it := m.Iterator(); it.HasElem(); it.Next() {
/dports/shells/elvish/elvish-0.17.0/pkg/edit/
H A Dbinding_map.go28 for it := bt.Map.Iterator(); it.HasElem(); it.Next() {
94 for it := raw.Iterator(); it.HasElem(); it.Next() {
H A Dconfig_api.go111 for it := hook.Iterator(); it.HasElem(); it.Next() {
135 for it := filters.Iterator(); it.HasElem(); it.Next() {
H A Dinsert_api.go134 for it := mv.GetRaw().(hashmap.Map).Iterator(); it.HasElem(); it.Next() {
H A Dvars.go63 for it := m.Iterator(); it.HasElem(); it.Next() {
H A Dlisting.go233 for it := m.Iterator(); it.HasElem(); it.Next() {
/dports/shells/elvish/elvish-0.17.0/pkg/eval/
H A Dbuiltin_fn_container.go67 for it := m.Iterator(); it.HasElem(); it.Next() {
735 for it := container.Iterator(); it.HasElem(); it.Next() {
1141 for aIt.HasElem() && bIt.HasElem() {
H A Deval.go195 for it := (*pfns).Iterator(); it.HasElem(); it.Next() {
/dports/shells/elvish/elvish-0.17.0/pkg/persistent/vector/
H A Dvector.go63 HasElem() bool methodSpec
378 func (it *iterator) HasElem() bool { func
420 for ; it.HasElem(); it.Next() {
H A Dvector_test.go51 for it := v.Iterator(); it.HasElem(); it.Next() {
106 for ; it.HasElem(); it.Next() {