Home
last modified time | relevance | path

Searched defs:chanType (Results 1 – 5 of 5) sorted by relevance

/prebuilts/go/linux-x86/src/internal/reflectlite/
Dtype.go108 type chanType = abi.ChanType talias
/prebuilts/go/linux-x86/src/cmd/compile/internal/importer/
Diimport.go70 chanType const
/prebuilts/go/linux-x86/src/go/internal/gcimporter/
Diimport.go72 chanType const
/prebuilts/go/linux-x86/src/reflect/
Dtype.go347 type chanType = abi.ChanType talias
/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go407 func (t *Type) chanType() *Chan { func