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::TestFlag111 test_flag_.reset(new TestFlag(new ScratchFile(), FlagType::kDeviceConfig)); in SetUpRuntimeOptions()120 std::unique_ptr<TestFlag> test_flag_;136 test_flag_.reset(new TestFlag(new ScratchFile(), flag_type_)); in SetUpRuntimeOptions()
228 friend class TestFlag; variable