Lines Matching refs:SayHi
2 A-virtual A.SayHi()='Hello '
3 A-interface Iface.SayHi()='Hello '
6 B-virtual B.SayHi()='Hello Hello '
7 B-interface Iface.SayHi()='Hello Hello '
8 B-interface Iface2.SayHi()='Hello Hello '
11 C-virtual C.SayHi()='Hello and welcome '
12 C-interface Iface.SayHi()='Hello and welcome '
15 D-virtual D.SayHi()='Hello Hello and welcome '
16 D-interface Iface.SayHi()='Hello Hello and welcome '
17 D-interface Iface2.SayHi()='Hello Hello and welcome '
20 E-virtual E.SayHi()='Hello there!'
21 E-interface Iface.SayHi()='Hello there!'
22 E-interface Iface3.SayHi()='Hello there!'
25 F-virtual E.SayHi()='Hello there!'
26 F-virtual F.SayHi()='Hello there!'
27 F-interface Iface.SayHi()='Hello there!'
28 F-interface Iface3.SayHi()='Hello there!'
32 G-virtual E.SayHi()='Hello there!?'
33 G-virtual F.SayHi()='Hello there!?'
34 G-virtual G.SayHi()='Hello there!?'
35 G-interface Iface.SayHi()='Hello there!?'
36 G-interface Iface3.SayHi()='Hello there!?'
43 H-virtual A.SayHi()='Hello ?'
44 H-virtual H.SayHi()='Hello ?'
45 H-interface Iface.SayHi()='Hello ?'