Searched refs:pendingPossible (Results 1 – 1 of 1) sorted by relevance
183 std::vector<std::shared_ptr<const Request>> pendingPossible; in getSnapshotAnalysis() local200 pendingPossible.emplace_back(pending); in getSnapshotAnalysis()215 if (description.empty() && !pendingPossible.empty()) { in getSnapshotAnalysis()216 for (const auto& request : pendingPossible) { in getSnapshotAnalysis()