Home
last modified time | relevance | path

Searched defs:BoundPingService (Results 1 – 1 of 1) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
Dbindings_perftest.cc83 struct BoundPingService { struct
84 BoundPingService() : binding(&impl) { in BoundPingService() function
88 PingServiceImpl impl;
89 test::PingServicePtr service;
90 Binding<test::PingService> binding;