Searched defs:test_count_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dmessage_loop_unittest.cc38 Foo() : test_count_(0) {
42 ++test_count_;
46 ++test_count_;
51 ++test_count_;
56 test_count_ += a;
60 ++test_count_;
66 ++test_count_;
71 int test_count() const { return test_count_; }
79 int test_count_; member in class:__anon1559::Foo

Completed in 90 milliseconds