internal/abi.StructField.Embedded (method)
10 uses
internal/abi (current package)
type.go#L580: func (f *StructField) Embedded() bool {
internal/reflectlite
type.go#L623: if tf.Embedded() != vf.Embedded() {
reflect
type.go#L1121: f.Anonymous = p.Embedded()
type.go#L1218: if f.Embedded() {
type.go#L1283: if tf.Embedded() {
type.go#L1624: if tf.Embedded() != vf.Embedded() {
type.go#L2392: if !f.Embedded() {
value.go#L1285: if field.Embedded() {
![]() |
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. |