Searched refs:RunResult (Results 1 – 11 of 11) sorted by relevance
109 tooling::Replacements RunResult = in process() local114 for (tooling::Replacements::iterator I = RunResult.begin(), in process()115 E = RunResult.end(); in process()123 Result.insert(RunResult.begin(), RunResult.end()); in process()
87 enum RunResult { kNoProgress, kComplete }; enum91 typedef std::function<RunResult(Attempt*)> RunCallback;
94 enum RunResult { kNoProgress, kProgress, kComplete }; enum157 typedef std::function<RunResult(Attempt*)> RunCallback;
126 RunResult result = kNoProgress; in TryEnqueueMany()309 RunResult result = kNoProgress; in TryDequeueMany()
154 RunResult result = kNoProgress; in TryEnqueueMany()339 RunResult result = kNoProgress; in TryDequeueMany()
203 RunResult result = kNoProgress; in TryEnqueueMany()386 RunResult result = kNoProgress; in TryDequeueMany()
147 RunResult result = kNoProgress; in TryDequeueMany()
134 int RunResult = in printSymbolizedStackTrace() local136 if (RunResult != 0) in printSymbolizedStackTrace()
167 int RunResult = in printSymbolizedStackTrace() local169 if (RunResult != 0) in printSymbolizedStackTrace()
289 type RunResult struct { struct318 runDone := make(chan *RunResult, 1)376 runDone <- &RunResult{idx, crash, err}