Searched defs:BoundPingService (Results 1 – 1 of 1) sorted by relevance
88 struct BoundPingService { struct89 BoundPingService() : binding(&impl) { binding.Bind(MakeRequest(&service)); } in BoundPingService() argument91 PingServiceImpl impl;92 test::PingServicePtr service;93 Binding<test::PingService> binding;