Lines Matching refs:interface

3 A-interface   Greeter.SayHi()='Hi '
5 A-interface Greeter.SayHiTwice()='Hi Hi '
9 B-interface Greeter.SayHi()='Hello '
10 B-interface Greeter2.SayHi()='Hello '
12 B-interface Greeter.SayHiTwice()='I say Hello Hello '
13 B-interface Greeter2.SayHiTwice()='I say Hello Hello '
18 C-interface Greeter.SayHi()='Hi '
21 C-interface Greeter.SayHiTwice()='You don't control me'
25 D-interface Greeter3.GetName()='Alex '
27 D-interface Greeter.SayHi()='Hello Alex '
28 D-interface Greeter3.SayHi()='Hello Alex '
30 D-interface Greeter.SayHiTwice()='Hello Alex Hello Alex '
31 D-interface Greeter3.SayHiTwice()='Hello Alex Hello Alex '
36 E-interface Greeter.SayHi()='Hi2 '
37 E-interface Greeter2.SayHi()='Hi2 '
40 E-interface Greeter.SayHiTwice()='I say Hi2 Hi2 '
41 E-interface Greeter2.SayHiTwice()='I say Hi2 Hi2 '
44 F-interface Attendant.GetPlace()='android'
47 F-interface Attendant.SayHi()='Hi '
49 F-interface Greeter.SayHi()='Hi '
51 F-interface Attendant.SayHiTwice()='We can override both interfaces'
53 F-interface Greeter.SayHiTwice()='We can override both interfaces'
56 G-interface Attendant.GetPlace()='android'
58 G-interface Attendant.SayHi()='welcome to android'
60 G-interface Attendant.SayHiTwice()='welcome to androidwelcome to android'
64 H-interface Extension.SayHi()='welcome '
69 I-interface Greeter.SayHi()='Hi '
70 I-interface Greeter2.SayHi()='Hi '
73 I-interface Greeter.SayHiTwice()='I say Hi Hi '
74 I-interface Greeter2.SayHiTwice()='I say Hi Hi '
79 J-interface Greeter.SayHi()='Hi '
82 J-interface Greeter.SayHiTwice()='Hi Hi '
86 K-interface Foo.bar()='foobar'
90 L-interface Foo.bar()='foobar'
95 M-interface Foo.bar()='BAZ!'
96 M-interface Fooer.bar()='BAZ!'
102 N-interface Foo.bar()='foobar'
106 O-interface Foo.bar()='foobar foobar'
107 O-interface Foo2.bar()='foobar foobar'
112 P-interface Foo.bar()='not foobar!'
113 P-interface Foo2.bar()='not foobar!'
119 Q-interface on Foo: bar() threw exception!
121 Q-interface on Foo2: bar() threw exception!
123 Q-interface on Foo3: bar() threw exception!