Searched refs:mutable_queue (Results 1 – 5 of 5) sorted by relevance
740 std::priority_queue<Task>* mutable_queue = in QueueAsValueInto() local743 while (!mutable_queue->empty()) { in QueueAsValueInto()744 TaskAsValueInto(mutable_queue->top(), now, state); in QueueAsValueInto()745 visited.push(std::move(const_cast<Task&>(mutable_queue->top()))); in QueueAsValueInto()746 mutable_queue->pop(); in QueueAsValueInto()748 *mutable_queue = std::move(visited); in QueueAsValueInto()
206 ::android::os::MessageQueueProto* mutable_queue(); in Swap()414 inline ::android::os::MessageQueueProto* LooperProto::mutable_queue() { in mutable_queue() function
227 ::android::os::MessageQueueProto* mutable_queue(); in Swap()435 inline ::android::os::MessageQueueProto* LooperProto::mutable_queue() { in mutable_queue() function
1952 ::tensorflow::eager::QueueItem* mutable_queue(int index); in Swap()1954 mutable_queue(); in Swap()6095 inline ::tensorflow::eager::QueueItem* EnqueueRequest::mutable_queue(int index) { in mutable_queue() function6100 EnqueueRequest::mutable_queue() { in mutable_queue() function