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