Searched defs:AsyncRequest (Results 1 – 2 of 2) sorted by relevance
45 struct AsyncRequest { struct46 AsyncRequest(const void *cookie_) { in AsyncRequest() function51 const void *cookie;
703 public interface AsyncRequest<I extends IInterface> { interface in AbstractRemoteService