Searched defs:FooInterface (Results 1 – 2 of 2) sorted by relevance
315 struct FooInterface; struct317 impl Interface for FooInterface {} implementation319 impl IFooInterface::IFooInterface for FooInterface { implementation
64 private static class FooInterface extends IFooInterface.Stub { class in TestServiceServer