Home
last modified time | relevance | path

Searched refs:maxPool (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontoken.c116 factory->maxPool = -1; in antlr3TokenFactoryNew()
161 if (factory->thisPool > factory->maxPool) in newPool()
178 factory->maxPool = factory->thisPool; in newPool()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3commontoken.h327 ANTLR3_INT32 maxPool; member