Home
last modified time | relevance | path

Searched defs:IsExported (Results 1 – 6 of 6) sorted by relevance

/prebuilts/go/linux-x86/src/reflect/
Dexport_test.go137 func IsExported(t Type) bool { func
Dtype.go459 func (m Method) IsExported() bool { func
1029 func (f StructField) IsExported() bool { func
/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dsym.go132 func IsExported(name string) bool { func
/prebuilts/go/linux-x86/src/go/token/
Dtoken.go316 func IsExported(name string) bool { func
/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go633 func (n Name) IsExported() bool { func
/prebuilts/go/linux-x86/src/go/ast/
Dast.go583 func IsExported(name string) bool { return token.IsExported(name) } func
586 func (id *Ident) IsExported() bool { return token.IsExported(id.Name) } func