Searched refs:debug_info_q_ (Results 1 – 2 of 2) sorted by relevance
181 if (!debug_info_q_.empty() && debug_info_q_.top().timestamp < timestamp) { in FlushDebugInfo()183 while (!debug_info_q_.empty() && debug_info_q_.top().timestamp < timestamp) { in FlushDebugInfo()184 debug_info.emplace_back(debug_info_q_.top()); in FlushDebugInfo()185 debug_info_q_.pop(); in FlushDebugInfo()574 debug_info_q_.push(std::move(info)); in AddDebugInfo()
185 debug_info_q_; variable