Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc706 class PingTestImpl : public sample::PingTest { class
708 explicit PingTestImpl(InterfaceRequest<sample::PingTest> request) in PingTestImpl() function in mojo::test::__anon2de557fa0111::PingTestImpl
710 ~PingTestImpl() override {} in ~PingTestImpl()
722 PingTestImpl impl(MakeRequest(&proxy_info)); in TEST_P()