Searched refs:timeoutRequests (Results 1 – 2 of 2) sorted by relevance
111 .append(requestsToString(timeoutRequests)) in toString()149 mTimeoutQueue.copyRequests(analysis.timeoutRequests); in getSnapshotAnalysis()154 if (analysis.timeoutRequests.empty()) { in getSnapshotAnalysis()159 const std::shared_ptr<const Request> timeout = analysis.timeoutRequests.back(); in getSnapshotAnalysis()262 std::vector<std::shared_ptr<const Request>> timeoutRequests; in timeoutToString() local263 mTimeoutQueue.copyRequests(timeoutRequests, n); in timeoutToString()266 return requestsToString(timeoutRequests); in timeoutToString()
269 std::vector<std::shared_ptr<const Request>> timeoutRequests; member