Searched refs:TestConfigState (Results 1 – 2 of 2) sorted by relevance
97 TestConfigState* test_config_state = TestConfigState::GetInstance(); in set_test_config_state()101 ExtensionTestGetConfigFunction::TestConfigState::TestConfigState() in TestConfigState() function in ExtensionTestGetConfigFunction::TestConfigState105 ExtensionTestGetConfigFunction::TestConfigState*106 ExtensionTestGetConfigFunction::TestConfigState::GetInstance() { in GetInstance()107 return Singleton<TestConfigState>::get(); in GetInstance()113 TestConfigState* test_config_state = TestConfigState::GetInstance(); in RunImpl()
67 class TestConfigState {69 static TestConfigState* GetInstance();78 friend struct DefaultSingletonTraits<TestConfigState>;79 TestConfigState();81 DISALLOW_COPY_AND_ASSIGN(TestConfigState);