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

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontoken.h 327 ANTLR3_INT32 maxPool;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontoken.c 116 factory->maxPool = -1;
161 if (factory->thisPool > factory->maxPool)
178 factory->maxPool = factory->thisPool;

Completed in 470 milliseconds