Searched defs:RunResult (Results 1 – 10 of 10) sorted by relevance
109 tooling::Replacements RunResult = in process() local
134 int RunResult = in printSymbolizedStackTrace() local
90 std::pair<tooling::Replacements, unsigned> RunResult = in process() local
117 type RunResult = Result<Box<Core>, ()>; typedef308 fn run(&self, mut core: Box<Core>) -> RunResult { in run()339 fn run_task(&self, task: Notified, mut core: Box<Core>) -> RunResult { in run_task()
87 enum RunResult { kNoProgress, kComplete }; enum
90 enum RunResult { kNoProgress, kProgress, kComplete }; enum
168 int RunResult = in printSymbolizedStackTrace() local
173 int RunResult = in printSymbolizedStackTrace() local
24 enum RunResult { Result_Pass = 1, Result_Fail = 2 }; enum in __llvm_libc::testing::RunContext