Home
last modified time | relevance | path

Searched refs:FastQueue (Results 1 – 15 of 15) sorted by relevance

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestFastQueue.java30 import org.antlr.runtime.misc.FastQueue;
39 FastQueue<String> q = new FastQueue<String>(); in testQueueNoRemove()
51 FastQueue<String> q = new FastQueue<String>(); in testQueueThenRemoveAll()
71 FastQueue<String> q = new FastQueue<String>(); in testQueueThenRemoveOneByOne()
91 FastQueue<String> q = new FastQueue<String>(); in testGetFromEmptyQueue()
103 FastQueue<String> q = new FastQueue<String>(); in testGetFromEmptyQueueAfterSomeAdds()
119 FastQueue<String> q = new FastQueue<String>(); in testGetFromEmptyQueueAfterClear()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeIterator.java32 import org.antlr.runtime.misc.FastQueue;
55 protected FastQueue nodes;
65 nodes = new FastQueue(); in TreeIterator()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DLookaheadStream.m34 * in the buffer for backtracking purposes. Any markers force the FastQueue
38 public abstract class LookaheadStream<T> extends FastQueue<T> {
67 /** Get and remove first element in queue; override FastQueue.remove() */
105 /** Size of entire stream is unknown; we only know buffer size from FastQueue */
DFastQueue.h44 public class FastQueue<T> {
DLookaheadStream.h38 public abstract class LookaheadStream<T> extends FastQueue<T> {
Dfilelist.objc89 FastQueue.m
DFastQueue.m44 public class FastQueue<T> {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DFastQueue.cs49 public class FastQueue<T> class
DLookaheadStream.cs46 : FastQueue<T>
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DFastQueue.cs48 public class FastQueue<T> { class
DLookaheadStream.cs44 : FastQueue<T>
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
DFastQueue.java44 public class FastQueue<T> { class
DLookaheadStream.java39 public abstract class LookaheadStream<T> extends FastQueue<T> {
/external/antlr/antlr-3.4/tool/
DCHANGES.txt392 * Added misc.FastQueue and TestFastQueue:
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...