Searched refs:new_queue_labels (Results 1 – 1 of 1) sorted by relevance
1128 std::vector<LoggingLabelData> new_queue_labels; in BeginQueueDebugUtilsLabel() local1129 InsertLabelIntoLog(label_info, new_queue_labels); in BeginQueueDebugUtilsLabel()1130 report_data->debugUtilsQueueLabels.insert({queue, new_queue_labels}); in BeginQueueDebugUtilsLabel()1168 std::vector<LoggingLabelData> new_queue_labels; in InsertQueueDebugUtilsLabel() local1169 InsertLabelIntoLog(label_info, new_queue_labels); in InsertQueueDebugUtilsLabel()1170 report_data->debugUtilsQueueLabels.insert({queue, new_queue_labels}); in InsertQueueDebugUtilsLabel()