Searched refs:ImportedInterfaceImpl (Results 1 – 1 of 1) sorted by relevance
38 class ImportedInterfaceImpl : public imported::ImportedInterface { class40 ImportedInterfaceImpl( in ImportedInterfaceImpl() function in mojo::test::__anon2f51f26b0111::ImportedInterfaceImpl57 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()