OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastQueue
(Results
1 - 14
of
14
) sorted by null
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestFastQueue.java
30
import org.antlr.runtime.misc.
FastQueue
;
39
FastQueue
<String> q = new
FastQueue
<String>();
51
FastQueue
<String> q = new
FastQueue
<String>();
71
FastQueue
<String> q = new
FastQueue
<String>();
91
FastQueue
<String> q = new
FastQueue
<String>();
103
FastQueue
<String> q = new FastQueue<String>()
[
all
...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeIterator.java
32
import org.antlr.runtime.misc.
FastQueue
;
55
protected
FastQueue
nodes;
65
nodes = new
FastQueue
();
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
FastQueue.m
44
public class
FastQueue
<T> {
FastQueue.h
44
public class
FastQueue
<T> {
LookaheadStream.m
34
* 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
*/
LookaheadStream.h
34
* 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
*/
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
FastQueue.cs
48
public class
FastQueue
<T> {
LookaheadStream.cs
38
* in the buffer for backtracking purposes. Any markers force the
FastQueue
44
:
FastQueue
<T>
89
/** <summary>Get and remove first element in queue; override
FastQueue
.remove()</summary> */
131
/** <summary>Size of entire stream is unknown; we only know buffer size from
FastQueue
</summary> */
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FastQueue.cs
49
public class
FastQueue
<T>
LookaheadStream.cs
40
* in the buffer for backtracking purposes. Any markers force the
FastQueue
46
:
FastQueue
<T>
104
/** <summary>Get and remove first element in queue; override
FastQueue
.remove()</summary> */
152
/** <summary>Size of entire stream is unknown; we only know buffer size from
FastQueue
</summary> */
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
FastQueue.java
44
public class
FastQueue
<T> {
LookaheadStream.java
35
* in the buffer for backtracking purposes. Any markers force the
FastQueue
39
public abstract class LookaheadStream<T> extends
FastQueue
<T> {
74
/** Get and remove first element in queue; override
FastQueue
.remove();
113
/** Size of entire stream is unknown; we only know buffer size from
FastQueue
*/
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 1154 milliseconds