Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc38 class ImportedInterfaceImpl : public imported::ImportedInterface { class
40 ImportedInterfaceImpl( in ImportedInterfaceImpl() function in mojo::test::__anon2f51f26b0111::ImportedInterfaceImpl
57 int ImportedInterfaceImpl::do_something_count_ = 0;
209 ImportedInterfaceImpl imported_impl(MakeRequest(&imported), in TEST_P()
222 int count_before = ImportedInterfaceImpl::do_something_count(); in TEST_P()
229 EXPECT_EQ(1, ImportedInterfaceImpl::do_something_count() - count_before); in TEST_P()