Searched defs:InitialBufferSize (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRReaderStream.cs48 public const int InitialBufferSize = 1024; field in class:Antlr.Runtime.ANTLRReaderStream
51 : this(r, InitialBufferSize, ReadBufferSize) {
67 size = InitialBufferSize;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DANTLRReaderStream.cs50 public const int InitialBufferSize = 1024; field in class:Antlr.Runtime.ANTLRReaderStream
53 : this( r, InitialBufferSize, ReadBufferSize )
75 size = InitialBufferSize;

Completed in 59 milliseconds