Searched refs:ServiceImpl (Results 1 – 4 of 4) sorted by relevance
53 template <class ServiceImpl>57 public InterfaceFactory<typename ServiceImpl::ImplementedInterface> {72 InterfaceRequest<typename ServiceImpl::ImplementedInterface> request) in Create()74 BindToRequest(new ServiceImpl, &request); in Create()
90 function ServiceImpl(peer) { class94 ServiceImpl.prototype = Object.create(sample_service.ServiceStub.prototype); class96 ServiceImpl.prototype.frobinate = function(foo, baz, port) {126 pipe.handle0, ServiceImpl, sample_service.ServiceClientProxy);
133 function ServiceImpl() { class136 ServiceImpl.prototype = Object.create(sample.ServiceStub.prototype); class138 ServiceImpl.prototype.frobinate = function(foo, baz, port) {154 var serviceImpl = new ServiceImpl();
256 class ServiceImpl : public Service { class302 ServiceImpl impl; in Accept()