Home
last modified time | relevance | path

Searched refs:ChanDir (Results 226 – 250 of 773) sorted by relevance

12345678910>>...31

/dports/sysutils/istio/istio-1.6.7/vendor/golang.org/x/tools/go/pointer/testdata/
H A Dchanreflect.go67 var unknownDir reflect.ChanDir // not a constant
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/tools/go/pointer/testdata/
H A Dchanreflect.go67 var unknownDir reflect.ChanDir // not a constant
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/go/pointer/testdata/
H A Dchanreflect.go67 var unknownDir reflect.ChanDir // not a constant
/dports/sysutils/terraform/terraform-1.0.11/vendor/golang.org/x/tools/go/pointer/testdata/
H A Dchanreflect.go67 var unknownDir reflect.ChanDir // not a constant
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/tools/go/pointer/testdata/
H A Dchanreflect.go67 var unknownDir reflect.ChanDir // not a constant
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dtype.go65 Dir types.ChanDir
68 func NewChanType(pos src.XPos, elem Ntype, dir types.ChanDir) *ChanType { argument
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/reflect/
H A Dtype.go126 ChanDir() ChanDir methodSpec
341 type ChanDir int type
344 RecvDir ChanDir = 1 << iota // <-chan
921 func (t *rtype) ChanDir() ChanDir { func
926 return ChanDir(tt.dir)
1067 func (d ChanDir) String() string {
1636 if V.ChanDir() == BothDir && haveIdenticalType(T.Elem(), V.Elem(), cmpTags) {
1641 return V.ChanDir() == T.ChanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
1811 func ChanOf(dir ChanDir, t Type) Type { argument
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/reflect/
H A Dtype.go130 ChanDir() ChanDir methodSpec
339 type ChanDir int type
342 RecvDir ChanDir = 1 << iota // <-chan
878 func (t *rtype) ChanDir() ChanDir { func
883 return ChanDir(tt.dir)
1037 func (d ChanDir) String() string {
1554 …return V.ChanDir() == BothDir && (T.Name() == "" || V.Name() == "") && haveIdenticalType(T.Elem(),…
1616 return V.ChanDir() == T.ChanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
1776 func ChanOf(dir ChanDir, t Type) Type { argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/reflect/
H A Dtype.go140 ChanDir() ChanDir methodSpec
352 type ChanDir int type
355 RecvDir ChanDir = 1 << iota // <-chan
924 func (t *rtype) ChanDir() ChanDir { func
929 return ChanDir(tt.dir)
1083 func (d ChanDir) String() string {
1613 …return V.ChanDir() == BothDir && (T.Name() == "" || V.Name() == "") && haveIdenticalType(T.Elem(),…
1675 return V.ChanDir() == T.ChanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)
1835 func ChanOf(dir ChanDir, t Type) Type { argument
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/quasilyte/go-ruleguard/ruleguard/typematch/
H A Dtypematch.go203 var dir types.ChanDir
317 dir := sub.value.(types.ChanDir)
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher.go24 if channelType.ChanDir() == reflect.SendDir {
/dports/textproc/spiff/spiff-1.0.8/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher.go24 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 Dreceive_matcher.go24 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 Dreceive_matcher.go24 if channelType.ChanDir() == reflect.SendDir {
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher.go24 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 Dreceive_matcher.go24 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 Dreceive_matcher.go24 if channelType.ChanDir() == reflect.SendDir {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/internal/gcimporter/
H A Dsupport.go66 func chanDir(d int) types.ChanDir {
/dports/security/lego/lego-4.5.3/vendor/github.com/infobloxopen/infoblox-go-client/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher.go24 if channelType.ChanDir() == reflect.SendDir {
/dports/security/lego/lego-4.5.3/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher.go26 if channelType.ChanDir() == reflect.SendDir {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/importer/
H A Dsupport.go63 func chanDir(d int) types2.ChanDir {
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher.go24 if channelType.ChanDir() == reflect.SendDir {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/go/internal/gcimporter/
H A Dsupport.go66 func chanDir(d int) types.ChanDir {
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/onsi/gomega/matchers/
H A Dreceive_matcher.go26 if channelType.ChanDir() == reflect.SendDir {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/go/internal/gcimporter/
H A Dsupport.go66 func chanDir(d int) types.ChanDir {

12345678910>>...31