Searched refs:ServiceInterface (Results 1 – 7 of 7) sorted by relevance
30 void ReleaseHandles(ServiceInterface* parent, in ReleaseHandles()48 GlobalData::GlobalData(ServiceInterface* parent, GlobalDataHandle handle) in GlobalData()59 absl::flat_hash_map<ServiceInterface*, std::vector<GlobalDataHandle>> in Release()
35 GlobalData(ServiceInterface* parent, GlobalDataHandle handle);56 ServiceInterface* parent_; // Service used to unregister handle_.
40 explicit Client(ServiceInterface* stub);227 ServiceInterface* stub() { return stub_; } in stub()238 ServiceInterface* stub_; // Stub that this client is connected on.
37 Client::Client(ServiceInterface* stub) : stub_(stub) {} in Client()
29 class ServiceInterface {31 ServiceInterface() {} in ServiceInterface() function32 virtual ~ServiceInterface() = default;
26 class GRPCStub : public ServiceInterface {
82 class Service : public ServiceInterface {