Home
last modified time | relevance | path

Searched refs: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
123 BoundPingService* inactive_services = in TEST_F()
124 new BoundPingService[kNumInactiveServices]; in TEST_F()