internal/abi.StructField.Embedded (method)
10 uses
internal/abi (current package)
type.go#L554: func (f *StructField) Embedded() bool {
internal/reflectlite
type.go#L623: if tf.Embedded() != vf.Embedded() {
reflect
type.go#L1190: f.Anonymous = p.Embedded()
type.go#L1305: if f.Embedded() {
type.go#L1370: if tf.Embedded() {
type.go#L1719: if tf.Embedded() != vf.Embedded() {
type.go#L2313: if !f.Embedded() {
value.go#L1279: if field.Embedded() {
![]() |
The pages are generated with Golds v0.8.4. (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. |