Home
last modified time | relevance | path

Searched defs:nonexported (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/
Dtypecheck.go1164 func nonexported(sym *types.Sym) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dall_test.go7668 func (i NonExportedFirst) nonexported() int { panic("wrong") } func