Home | History | Annotate | Download | only in src

Lines Matching refs:nextVector

1517     factory->nextVector	= 0;
1550 limit = (poolCount == factory->thisPool ? factory->nextVector : ANTLR3_FACTORY_VPOOL_SIZE);
1592 limit = (poolCount == factory->thisPool ? factory->nextVector : ANTLR3_FACTORY_VPOOL_SIZE);
1660 if (factory->nextVector >= ANTLR3_FACTORY_VPOOL_SIZE)
1670 vector = factory->pools[factory->thisPool] + factory->nextVector;
1671 factory->nextVector++;