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

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-param-test_test.cc577 void TearDownExecuted() { tear_down_count_++; }
601 EXPECT_EQ(kExpectedCalls, tear_down_count_)
612 tear_down_count_(0), test_body_count_(0) {}
616 int tear_down_count_; member in class:TestGenerationEnvironment
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc577 void TearDownExecuted() { tear_down_count_++; }
601 EXPECT_EQ(kExpectedCalls, tear_down_count_)
611 tear_down_count_(0), test_body_count_(0) {}
615 int tear_down_count_; member in class:TestGenerationEnvironment
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-param-test_test.cc577 void TearDownExecuted() { tear_down_count_++; }
601 EXPECT_EQ(kExpectedCalls, tear_down_count_)
612 tear_down_count_(0), test_body_count_(0) {}
616 int tear_down_count_; member in class:TestGenerationEnvironment
/external/googletest/googletest/test/
H A Dgtest-param-test_test.cc577 void TearDownExecuted() { tear_down_count_++; }
601 EXPECT_EQ(kExpectedCalls, tear_down_count_)
612 tear_down_count_(0), test_body_count_(0) {}
616 int tear_down_count_; member in class:TestGenerationEnvironment
/external/v8/testing/gtest/test/
H A Dgtest-param-test_test.cc577 void TearDownExecuted() { tear_down_count_++; }
601 EXPECT_EQ(kExpectedCalls, tear_down_count_)
612 tear_down_count_(0), test_body_count_(0) {}
616 int tear_down_count_; member in class:TestGenerationEnvironment

Completed in 201 milliseconds