Home
last modified time | relevance | path

Searched refs:ChanDir (Results 126 – 150 of 773) sorted by relevance

12345678910>>...31

/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go23 if channelType.ChanDir() == reflect.SendDir {
/dports/security/lego/lego-4.5.3/vendor/github.com/infobloxopen/infoblox-go-client/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go21 if channelType.ChanDir() == reflect.SendDir {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go21 if channelType.ChanDir() == reflect.SendDir {
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go23 if channelType.ChanDir() == reflect.SendDir {
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go23 if channelType.ChanDir() == reflect.SendDir {
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go21 if channelType.ChanDir() == reflect.SendDir {
/dports/dns/blocky/blocky-0.17/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go23 if channelType.ChanDir() == reflect.SendDir {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go23 if channelType.ChanDir() == reflect.SendDir {
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go23 if channelType.ChanDir() == reflect.SendDir {
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go23 if channelType.ChanDir() == reflect.SendDir {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go23 if channelType.ChanDir() == reflect.SendDir {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go23 if channelType.ChanDir() == reflect.SendDir {
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go21 if channelType.ChanDir() == reflect.SendDir {
/dports/textproc/spiff/spiff-1.0.8/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go20 if channelType.ChanDir() == reflect.SendDir {
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go20 if channelType.ChanDir() == reflect.SendDir {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/yudai/gojsondiff/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go20 if channelType.ChanDir() == reflect.SendDir {
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go21 if channelType.ChanDir() == reflect.SendDir {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go21 if channelType.ChanDir() == reflect.SendDir {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/cloudfoundry/socks5-proxy/vendor/github.com/onsi/gomega/matchers/
H A Dbe_closed_matcher.go20 if channelType.ChanDir() == reflect.SendDir {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/reflect/
H A Dtype.go141 ChanDir() ChanDir methodSpec
327 type ChanDir int type
330 RecvDir ChanDir = 1 << iota // <-chan
658 func (t *rtype) ChanDir() ChanDir { func
663 return ChanDir(tt.dir)
794 func (d ChanDir) String() string {
1288 …return V.ChanDir() == BothDir && (T.Name() == "" || V.Name() == "") && haveIdenticalType(T.Elem(),…
1350 return V.ChanDir() == T.ChanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
1446 func ChanOf(dir ChanDir, t Type) Type { argument
/dports/lang/gcc8/gcc-8.5.0/libgo/go/reflect/
H A Dtype.go129 ChanDir() ChanDir methodSpec
304 type ChanDir int type
307 RecvDir ChanDir = 1 << iota // <-chan
626 func (t *rtype) ChanDir() ChanDir { func
631 return ChanDir(tt.dir)
762 func (d ChanDir) String() string {
1325 if V.ChanDir() == BothDir && haveIdenticalType(T.Elem(), V.Elem(), cmpTags) {
1330 return V.ChanDir() == T.ChanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
1426 func ChanOf(dir ChanDir, t Type) Type { argument
/dports/lang/gcc10/gcc-10.3.0/libgo/go/reflect/
H A Dtype.go133 ChanDir() ChanDir methodSpec
319 type ChanDir int type
322 RecvDir ChanDir = 1 << iota // <-chan
644 func (t *rtype) ChanDir() ChanDir { func
649 return ChanDir(tt.dir)
780 func (d ChanDir) String() string {
1266 …return V.ChanDir() == BothDir && (T.Name() == "" || V.Name() == "") && haveIdenticalType(T.Elem(),…
1328 return V.ChanDir() == T.ChanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
1424 func ChanOf(dir ChanDir, t Type) Type { argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/reflect/
H A Dtype.go129 ChanDir() ChanDir methodSpec
304 type ChanDir int type
307 RecvDir ChanDir = 1 << iota // <-chan
626 func (t *rtype) ChanDir() ChanDir { func
631 return ChanDir(tt.dir)
762 func (d ChanDir) String() string {
1325 if V.ChanDir() == BothDir && haveIdenticalType(T.Elem(), V.Elem(), cmpTags) {
1330 return V.ChanDir() == T.ChanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
1426 func ChanOf(dir ChanDir, t Type) Type { argument
/dports/lang/gcc11/gcc-11.2.0/libgo/go/reflect/
H A Dtype.go135 ChanDir() ChanDir methodSpec
321 type ChanDir int type
324 RecvDir ChanDir = 1 << iota // <-chan
646 func (t *rtype) ChanDir() ChanDir { func
651 return ChanDir(tt.dir)
782 func (d ChanDir) String() string {
1270 …return V.ChanDir() == BothDir && (T.Name() == "" || V.Name() == "") && haveIdenticalType(T.Elem(),…
1332 return V.ChanDir() == T.ChanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
1428 func ChanOf(dir ChanDir, t Type) Type { argument
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/reflect/
H A Dtype.go135 ChanDir() ChanDir methodSpec
321 type ChanDir int type
324 RecvDir ChanDir = 1 << iota // <-chan
646 func (t *rtype) ChanDir() ChanDir { func
651 return ChanDir(tt.dir)
782 func (d ChanDir) String() string {
1270 …return V.ChanDir() == BothDir && (T.Name() == "" || V.Name() == "") && haveIdenticalType(T.Elem(),…
1332 return V.ChanDir() == T.ChanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
1428 func ChanOf(dir ChanDir, t Type) Type { argument

12345678910>>...31