HomeSort by relevance Sort by last modified time
    Searched refs:MyEnvironment (Results 1 - 8 of 8) sorted by null

  /external/protobuf/gtest/test/
gtest_environment_test.cc 49 class MyEnvironment : public testing::Environment {
51 MyEnvironment() { Reset(); }
122 int RunAllTests(MyEnvironment* env, FailureType failure) {
136 MyEnvironment* const env = new MyEnvironment;
gtest_repeat_test.cc 83 class MyEnvironment : public testing::Environment {
85 MyEnvironment() {}
231 testing::AddGlobalTestEnvironment(new MyEnvironment);
gtest_nc.cc 87 class MyEnvironment : public testing::Environment {
98 class MyEnvironment : public testing::Environment {
  /external/chromium/testing/gtest/test/
gtest_environment_test.cc 53 class MyEnvironment : public testing::Environment {
55 MyEnvironment() { Reset(); }
126 int RunAllTests(MyEnvironment* env, FailureType failure) {
141 MyEnvironment* const env = new MyEnvironment;
gtest_repeat_test.cc 83 class MyEnvironment : public testing::Environment {
85 MyEnvironment() {}
231 testing::AddGlobalTestEnvironment(new MyEnvironment);
  /external/gtest/test/
gtest_environment_test.cc 53 class MyEnvironment : public testing::Environment {
55 MyEnvironment() { Reset(); }
126 int RunAllTests(MyEnvironment* env, FailureType failure) {
141 MyEnvironment* const env = new MyEnvironment;
gtest_repeat_test.cc 83 class MyEnvironment : public testing::Environment {
85 MyEnvironment() {}
231 testing::AddGlobalTestEnvironment(new MyEnvironment);
gtest_nc.cc 87 class MyEnvironment : public testing::Environment {
98 class MyEnvironment : public testing::Environment {

Completed in 105 milliseconds