Lines Matching refs:Concrete
1843 // Concrete types implementing M method.4321 var concrete func(*int, int) int4322 fn := MakeFunc(ValueOf(concrete).Type(), target)4323 ValueOf(&concrete).Elem().Set(fn)4324 x := concrete(nil, 7)4746 // Check that all the type constructors return concrete *rtype implementations.