Searched refs:TestGenerationEnvironment (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/gtest/test/
H A Dgtest-param-test_test.cc568 class TestGenerationEnvironment : public ::testing::Environment { class in inherits:::testing::Environment
570 static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment;
610 TestGenerationEnvironment() : fixture_constructor_count_(0), set_up_count_(0), function in class:TestGenerationEnvironment
618 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestGenerationEnvironment);
630 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment;
/external/gtest/test/
H A Dgtest-param-test_test.cc568 class TestGenerationEnvironment : public ::testing::Environment { class in inherits:::testing::Environment
570 static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment;
610 TestGenerationEnvironment() : fixture_constructor_count_(0), set_up_count_(0), function in class:TestGenerationEnvironment
618 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestGenerationEnvironment);
630 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment;
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest-param-test_test.cc568 class TestGenerationEnvironment : public ::testing::Environment { class in inherits:::testing::Environment
570 static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment;
610 TestGenerationEnvironment() : fixture_constructor_count_(0), set_up_count_(0), function in class:TestGenerationEnvironment
618 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestGenerationEnvironment);
630 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment;
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc536 class TestGenerationEnvironment : public ::testing::Environment { class in inherits:::testing::Environment
538 static TestGenerationEnvironment* Instance() {
539 static TestGenerationEnvironment* instance = new TestGenerationEnvironment;
578 TestGenerationEnvironment() : fixture_constructor_count_(0), set_up_count_(0), function in class:TestGenerationEnvironment
586 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestGenerationEnvironment);
598 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment;

Completed in 110 milliseconds