HomeSort by relevance Sort by last modified time
    Searched full:do_something_count (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/mojo/public/cpp/bindings/tests/
handle_passing_unittest.cc 36 static int do_something_count() { return do_something_count_; } function in class:mojo::test::__anon13402::ImportedInterfaceImpl
216 int count_before = ImportedInterfaceImpl::do_something_count();
221 EXPECT_EQ(1, ImportedInterfaceImpl::do_something_count() - count_before);

Completed in 58 milliseconds