Home
last modified time | relevance | path

Searched refs:PingServiceImpl (Results 1 – 1 of 1) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
Dbindings_perftest.cc26 class PingServiceImpl : public test::PingService { class
28 PingServiceImpl() {} in PingServiceImpl() function in mojo::__anonbe7796bc0111::PingServiceImpl
29 ~PingServiceImpl() override {} in ~PingServiceImpl()
35 DISALLOW_COPY_AND_ASSIGN(PingServiceImpl);
38 void PingServiceImpl::Ping(const PingCallback& callback) { in Ping()
88 PingServiceImpl impl;
103 PingServiceImpl impl; in TEST_F()