Searched refs:results_to_callback (Results 1 – 1 of 1) sorted by relevance
227 std::vector<std::unique_ptr<CaptureResult>> results_to_callback; in ProcessBatchCaptureResult() local228 results_to_callback.reserve(results.size()); in ProcessBatchCaptureResult()242 results_to_callback.push_back(std::move(result)); in ProcessBatchCaptureResult()248 std::move(results_to_callback)); in ProcessBatchCaptureResult()