type internal/abi.Name
27 uses
internal/abi (current package)
type.go#L417: PkgPath Name // import path
type.go#L548: Name Name // name is always non-empty
type.go#L559: PkgPath Name
type.go#L589: type Name struct {
type.go#L595: func (n Name) DataChecked(off int, whySafe string) *byte {
type.go#L601: func (n Name) Data(off int) *byte {
type.go#L606: func (n Name) IsExported() bool {
type.go#L611: func (n Name) HasTag() bool {
type.go#L616: func (n Name) IsEmbedded() bool {
type.go#L622: func (n Name) ReadVarint(off int) (int, int) {
type.go#L634: func (n Name) IsBlank() bool {
type.go#L658: func (n Name) Name() string {
type.go#L667: func (n Name) Tag() string {
type.go#L676: func NewName(n, tag string, exported, embedded bool) Name {
type.go#L711: return Name{Bytes: &b[0]}
internal/reflectlite
type.go#L210: func pkgPath(n abi.Name) string {
type.go#L243: func (t rtype) nameOff(off nameOff) abi.Name {
type.go#L244: return abi.Name{Bytes: (*byte)(resolveNameOff(unsafe.Pointer(t.Type), int32(off)))}
reflect
type.go#L338: func (t *interfaceType) nameOff(off aNameOff) abi.Name {
type.go#L342: func nameOffFor(t *abi.Type, off aNameOff) abi.Name {
type.go#L385: func pkgPath(n abi.Name) string {
type.go#L399: pkgPathName := abi.Name{Bytes: (*byte)(resolveTypeOff(unsafe.Pointer(n.Bytes), nameOff))}
type.go#L403: func newName(n, tag string, exported, embedded bool) abi.Name {
type.go#L508: func resolveReflectName(n abi.Name) aNameOff {
type.go#L525: func (t *rtype) nameOff(off aNameOff) abi.Name {
type.go#L526: return abi.Name{Bytes: (*byte)(resolveNameOff(unsafe.Pointer(t), int32(off)))}
runtime
type.go#L232: type name = abi.Name
|
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. |