HomeSort by relevance Sort by last modified time
    Searched defs:test_count_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/test/
TestAllCodecs.h 77 int test_count_; member in class:webrtc::TestAllCodecs
  /external/libchrome/base/message_loop/
message_loop_test.cc 27 Foo() : test_count_(0) {
31 ++test_count_;
35 ++test_count_;
40 ++test_count_;
45 test_count_ += a;
49 ++test_count_;
55 ++test_count_;
60 int test_count() const { return test_count_; }
68 int test_count_; member in class:base::test::__anon24223::Foo
    [all...]
message_loop_unittest.cc 65 Foo() : test_count_(0) {
69 ++test_count_;
73 int test_count() const { return test_count_; }
81 int test_count_; member in class:base::__anon24224::Foo
    [all...]

Completed in 517 milliseconds