Lines Matching refs:result
273 SampleProcessingResult result;
277 result = ProcessOneSample();
278 if (result == FoundSampleForNextCodeEvent) {
284 } while (result != NoSamplesInQueue && now < nextSampleTime);
320 SampleProcessingResult result;
322 result = ProcessOneSample();
323 } while (result == OneSampleProcessed);
611 CpuProfilingResult result =
616 if (result.status == CpuProfilingStatus::kStarted ||
617 result.status == CpuProfilingStatus::kAlreadyStarted) {
623 return result;