Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dsync_method_unittest.cc144 class TestSyncMasterImpl : public TestSyncMaster, public TestSyncCommonImpl { class
146 explicit TestSyncMasterImpl(TestSyncMasterRequest request) in TestSyncMasterImpl() function in mojo::test::__anone24243e80111::TestSyncMasterImpl
169 DISALLOW_COPY_AND_ASSIGN(TestSyncMasterImpl);
204 using Type = TestSyncMasterImpl;
336 master_impl_.reset(new TestSyncMasterImpl(MakeRequest(&master_ptr_))); in SetUp()
368 std::unique_ptr<TestSyncMasterImpl> master_impl_;