type reflect.StructField
28 uses
reflect (current package)
badlinkname.go#L61: func badlinkname_rtype_Field(*rtype, int) StructField
badlinkname.go#L67: func badlinkname_rtype_FieldByIndex(*rtype, []int) StructField
badlinkname.go#L70: func badlinkname_rtype_FieldByName(*rtype, string) (StructField, bool)
badlinkname.go#L73: func badlinkname_rtype_FieldByNameFunc(*rtype, func(string) bool) (StructField, bool)
type.go#L165: Field(i int) StructField
type.go#L171: FieldByIndex(index []int) StructField
type.go#L178: FieldByName(name string) (StructField, bool)
type.go#L196: FieldByNameFunc(match func(string) bool) (StructField, bool)
type.go#L744: func (t *rtype) Field(i int) StructField {
type.go#L752: func (t *rtype) FieldByIndex(index []int) StructField {
type.go#L760: func (t *rtype) FieldByName(name string) (StructField, bool) {
type.go#L768: func (t *rtype) FieldByNameFunc(match func(string) bool) (StructField, bool) {
type.go#L1012: type StructField struct {
type.go#L1029: func (f StructField) IsExported() bool {
type.go#L1114: func (t *structType) Field(i int) (f StructField) {
type.go#L1145: func (t *structType) FieldByIndex(index []int) (f StructField) {
type.go#L1168: func (t *structType) FieldByNameFunc(match func(string) bool) (result StructField, ok bool) {
type.go#L1231: return StructField{}, false
type.go#L1274: func (t *structType) FieldByName(name string) (f StructField, present bool) {
type.go#L1892: funcTypes[n] = StructOf([]StructField{
type.go#L2348: func StructOf(fields []StructField) Type {
type.go#L2552: tt := New(StructOf([]StructField{
type.go#L2728: func runtimeStructField(field StructField) (structField, string) {
visiblefields.go#L16: func VisibleFields(t Type) []StructField {
visiblefields.go#L26: fields: make([]StructField, 0, t.NumField()),
visiblefields.go#L52: fields []StructField
encoding/json
decode.go#L147: Field reflect.StructField
github.com/oapi-codegen/runtime
deepobject.go#L163: func getFieldName(f reflect.StructField) string {
 |
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. |