internal/abi.Name.IsExported (method)
11 uses
internal/abi (current package)
type.go#L606: func (n Name) IsExported() bool {
internal/reflectlite
type.go#L457: if !tmName.IsExported() {
type.go#L490: if !tmName.IsExported() {
reflect
type.go#L839: if !pname.IsExported() {
type.go#L979: if !p.Name.IsExported() {
type.go#L1298: if !tmName.IsExported() {
type.go#L1331: if !tmName.IsExported() {
value.go#L895: if !tt.nameOff(m.Name).IsExported() {
value.go#L912: if !nameOffFor(v.typ(), m.Name).IsExported() {
value.go#L1290: if !field.Name.IsExported() {
runtime
iface.go#L226: if tname.IsExported() || pkgPath == ipkg {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |