internal/abi.Name.IsExported (method)
11 uses
internal/abi (current package)
type.go#L633: func (n Name) IsExported() bool {
internal/reflectlite
type.go#L446: if !tmName.IsExported() {
type.go#L479: if !tmName.IsExported() {
reflect
type.go#L982: if !pname.IsExported() {
type.go#L1122: if !p.Name.IsExported() {
type.go#L1439: if !tmName.IsExported() {
type.go#L1472: if !tmName.IsExported() {
value.go#L883: if !tt.nameOff(m.Name).IsExported() {
value.go#L900: if !nameOffFor(v.typ(), m.Name).IsExported() {
value.go#L1284: if !field.Name.IsExported() {
runtime
iface.go#L238: if tname.IsExported() || pkgPath == ipkg {
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |