type reflect.structType
29 uses
reflect (current package)
type.go#L437: type structType struct {
type.go#L922: tt := (*structType)(unsafe.Pointer(t))
type.go#L930: tt := (*structType)(unsafe.Pointer(t))
type.go#L938: tt := (*structType)(unsafe.Pointer(t))
type.go#L946: tt := (*structType)(unsafe.Pointer(t))
type.go#L978: tt := (*structType)(unsafe.Pointer(t))
type.go#L1186: func (t *structType) Field(i int) (f StructField) {
type.go#L1217: func (t *structType) FieldByIndex(index []int) (f StructField) {
type.go#L1234: typ *structType
type.go#L1240: func (t *structType) FieldByNameFunc(match func(string) bool) (result StructField, ok bool) {
type.go#L1258: var nextCount map[*structType]int
type.go#L1265: visited := map[*structType]bool{}
type.go#L1319: styp := (*structType)(unsafe.Pointer(ntyp))
type.go#L1325: nextCount = map[*structType]int{}
type.go#L1346: func (t *structType) FieldByName(name string) (f StructField, present bool) {
type.go#L1656: t := (*structType)(unsafe.Pointer(T))
type.go#L1657: v := (*structType)(unsafe.Pointer(V))
type.go#L2101: tt := (*structType)(unsafe.Pointer(t))
type.go#L2128: tt := (*structType)(unsafe.Pointer(t))
type.go#L2150: tt := (*structType)(unsafe.Pointer(t))
type.go#L2332: structType
type.go#L2592: var typ *structType
type.go#L2606: {Name: "S", Type: TypeOf(structType{})},
type.go#L2611: typ = (*structType)(unsafe.Pointer(tt.Elem().Field(0).UnsafeAddr()))
type.go#L2636: prototype := *(**structType)(unsafe.Pointer(&istruct))
type.go#L2804: st := (*structType)(unsafe.Pointer(t))
type.go#L3126: tt := (*structType)(unsafe.Pointer(t))
value.go#L852: tt := (*structType)(unsafe.Pointer(v.typ))
value.go#L1370: tt := (*structType)(unsafe.Pointer(v.typ))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |