Searched defs:BoundPingService (Results 1 – 1 of 1) sorted by relevance
83 struct BoundPingService { struct84 BoundPingService() : binding(&impl) { in BoundPingService() function88 PingServiceImpl impl;89 test::PingServicePtr service;90 Binding<test::PingService> binding;