Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dbindings_perftest.cc88 struct BoundPingService { struct
89 BoundPingService() : binding(&impl) { binding.Bind(MakeRequest(&service)); } in BoundPingService() argument
91 PingServiceImpl impl;
92 test::PingServicePtr service;
93 Binding<test::PingService> binding;