Lines Matching refs:EmbeddedInterface
265 EmbeddedInterface
266 Nested struct{ EmbeddedInterface }
268 EmbeddedInterface: &struct{ S string }{
271 Nested: struct{ EmbeddedInterface }{
272 EmbeddedInterface: &struct{ S string }{
278 EmbeddedInterface
279 Nested struct{ EmbeddedInterface }
281 EmbeddedInterface: &struct{ S string }{
284 Nested: struct{ EmbeddedInterface }{
285 EmbeddedInterface: &struct{ S string }{
297 type EmbeddedInterface interface{} interface
518 EmbeddedInterface
519 Nested struct{ EmbeddedInterface }
521 EmbeddedInterface: &struct{ S string }{
524 Nested: struct{ EmbeddedInterface }{
525 EmbeddedInterface: &struct{ S string }{
531 EmbeddedInterface
532 Nested struct{ EmbeddedInterface }
534 EmbeddedInterface: &struct{ S string }{},
535 Nested: struct{ EmbeddedInterface }{
536 EmbeddedInterface: &struct{ S string }{},