Searched refs:apex_source (Results 1 – 2 of 2) sorted by relevance
61 apex_source: ApexSource, in startTestCompile()66 let prefer_staged = match apex_source { in startTestCompile()69 _ => unreachable!("Invalid ApexSource {:?}", apex_source), in startTestCompile()
124 let apex_source = if prefer_staged { ApexSource::PreferStaged } else { ApexSource::NoStaged }; in run_test_compile() localVariable125 run_async_compilation(|service, callback| service.startTestCompile(apex_source, callback, os)) in run_test_compile()