Lines Matching refs:interface
3 A-interface Iface.SayHi()='Hello '
7 B-interface Iface.SayHi()='Hello Hello '
8 B-interface Iface2.SayHi()='Hello Hello '
12 C-interface Iface.SayHi()='Hello and welcome '
16 D-interface Iface.SayHi()='Hello Hello and welcome '
17 D-interface Iface2.SayHi()='Hello Hello and welcome '
21 E-interface Iface.SayHi()='Hello there!'
22 E-interface Iface3.SayHi()='Hello there!'
27 F-interface Iface.SayHi()='Hello there!'
28 F-interface Iface3.SayHi()='Hello there!'
35 G-interface Iface.SayHi()='Hello there!?'
36 G-interface Iface3.SayHi()='Hello there!?'
45 H-interface Iface.SayHi()='Hello ?'