HomeSort by relevance Sort by last modified time
    Searched defs:InitialBufferSize (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRReaderStream.cs 48 public const int InitialBufferSize = 1024;
51 : this(r, InitialBufferSize, ReadBufferSize) {
67 size = InitialBufferSize;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRReaderStream.cs 50 public const int InitialBufferSize = 1024;
53 : this( r, InitialBufferSize, ReadBufferSize )
75 size = InitialBufferSize;

Completed in 49 milliseconds