Searched refs:do_something_count (Results 1 – 1 of 1) sorted by relevance
50 static int do_something_count() { return do_something_count_; } in do_something_count() function in mojo::test::__anon2f51f26b0111::ImportedInterfaceImpl222 int count_before = ImportedInterfaceImpl::do_something_count(); in TEST_P()229 EXPECT_EQ(1, ImportedInterfaceImpl::do_something_count() - count_before); in TEST_P()