Searched refs:local_queue (Results 1 – 1 of 1) sorted by relevance
138 vector<string*> local_queue; in ThreadMain() local151 local_queue.swap(queued_lines_); in ThreadMain()152 if (local_queue.size() >= kMaxQueueSize) { in ThreadMain()158 for (vector<string*>::const_iterator it = local_queue.begin(); in ThreadMain()159 it != local_queue.end(); ++it) { in ThreadMain()166 local_queue.clear(); in ThreadMain()