Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dinterface_ptr_unittest.cc146 class ReentrantServiceImpl : public sample::Service { class
148 ~ReentrantServiceImpl() override {} in ~ReentrantServiceImpl()
150 explicit ReentrantServiceImpl(InterfaceRequest<sample::Service> request) in ReentrantServiceImpl() function in mojo::test::__anon2de557fa0111::ReentrantServiceImpl
428 ReentrantServiceImpl impl(MakeRequest(&proxy)); in TEST_P()