Searched refs:takeFirst (Results 1 – 5 of 5) sorted by relevance
84 public E takeFirst() throws InterruptedException { in takeFirst() method in ForwardingBlockingDeque85 return delegate().takeFirst(); in takeFirst()
86 public E takeFirst() throws InterruptedException { in takeFirst() method in ForwardingBlockingDeque87 return delegate().takeFirst(); in takeFirst()
228 std::unique_ptr<ASTReaderListener> takeFirst() { return std::move(First); } in takeFirst() function