Home
last modified time | relevance | path

Searched defs:NewChan (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dchan.go24 func NewChan(dir ChanDir, elem Type) *Chan { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dchan.go27 func NewChan(dir ChanDir, elem Type) *Chan { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go585 func NewChan(elem *Type, dir ChanDir) *Type { func