Searched defs:FooInterface (Results 1 – 11 of 11) sorted by relevance
548 struct FooInterface; struct550 impl Interface for FooInterface {} implementation552 impl IFooInterface::IFooInterface for FooInterface { implementation
595 struct FooInterface; struct597 impl Interface for FooInterface {} implementation600 impl IFooInterface::IFooInterfaceAsyncServer for FooInterface { implementation
41 class FooInterface { class
79 class FooInterface { class
18 interface FooInterface { interface in ReturnsMocksTest
870 interface FooInterface { interface in JavaFileTest
95 private static class FooInterface extends IFooInterface.Stub { class in TestServiceServer