Lines Matching refs:EmbeddedInterface
242 EmbeddedInterface
243 Nested struct{ EmbeddedInterface }
245 EmbeddedInterface: &struct{ S string }{
248 Nested: struct{ EmbeddedInterface }{
249 EmbeddedInterface: &struct{ S string }{
255 EmbeddedInterface
256 Nested struct{ EmbeddedInterface }
258 EmbeddedInterface: &struct{ S string }{
261 Nested: struct{ EmbeddedInterface }{
262 EmbeddedInterface: &struct{ S string }{
274 type EmbeddedInterface interface{} interface
474 EmbeddedInterface
475 Nested struct{ EmbeddedInterface }
477 EmbeddedInterface: &struct{ S string }{
480 Nested: struct{ EmbeddedInterface }{
481 EmbeddedInterface: &struct{ S string }{
487 EmbeddedInterface
488 Nested struct{ EmbeddedInterface }
490 EmbeddedInterface: &struct{ S string }{},
491 Nested: struct{ EmbeddedInterface }{
492 EmbeddedInterface: &struct{ S string }{},