internal/abi.StructField.Embedded (method)
10 uses
internal/abi (current package)
type.go#L553: func (f *StructField) Embedded() bool {
internal/reflectlite
type.go#L634: if tf.Embedded() != vf.Embedded() {
reflect
type.go#L978: f.Anonymous = p.Embedded()
type.go#L1075: if f.Embedded() {
type.go#L1140: if tf.Embedded() {
type.go#L1483: if tf.Embedded() != vf.Embedded() {
type.go#L2198: if f.Embedded() {
value.go#L1291: if field.Embedded() {
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. |