Home | History | Annotate | Download | only in test

Lines Matching full:shared_resource_

4965     shared_resource_ = "123";
4986 shared_resource_ = NULL;
5000 static const char* shared_resource_;
5004 const char* SetUpTestCaseTest::shared_resource_ = NULL;
5008 EXPECT_STRNE(NULL, shared_resource_);
5013 EXPECT_STREQ("123", shared_resource_);