Searched refs:debug_info_q_ (Results 1 – 2 of 2) sorted by relevance
318 if (!debug_info_q_.empty() && debug_info_q_.top().timestamp < timestamp) { in FlushDebugInfo()320 while (!debug_info_q_.empty() && debug_info_q_.top().timestamp < timestamp) { in FlushDebugInfo()321 debug_info.emplace_back(debug_info_q_.top()); in FlushDebugInfo()322 debug_info_q_.pop(); in FlushDebugInfo()785 debug_info_q_.push(std::move(info)); in AddDebugInfo()
232 debug_info_q_; variable