Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc347 class ServiceImplWithStrongBinding : public ServiceImpl { class
349 ServiceImplWithStrongBinding(bool* was_deleted, in ServiceImplWithStrongBinding() function in mojo::__anon4f44f45c0111::ServiceImplWithStrongBinding
358 DISALLOW_COPY_AND_ASSIGN(ServiceImplWithStrongBinding);
392 ServiceImplWithStrongBinding* impl = in TEST_F()
393 new ServiceImplWithStrongBinding(&was_deleted, std::move(request)); in TEST_F()