Searched refs:TestFlag (Results 1 – 2 of 2) sorted by relevance
30 class TestFlag { class33 TestFlag(ScratchFile* tmp_file, FlagType flag_type) { in TestFlag() function in art::TestFlag107 test_flag_.reset(new TestFlag(new ScratchFile(), FlagType::kDeviceConfig)); in SetUpRuntimeOptions()116 std::unique_ptr<TestFlag> test_flag_;132 test_flag_.reset(new TestFlag(new ScratchFile(), flag_type_)); in SetUpRuntimeOptions()
228 friend class TestFlag; variable