Searched refs:nodeStackSize (Results 1 – 7 of 7) sorted by relevance
36 unsigned int nodeStackSize; variable54 - (NSUInteger) nodeStackSize;
96 - (NSUInteger) nodeStackSize98 return nodeStackSize;103 nodeStackSize = aNodeStackSize;
235 …odeStack removeObjectsInRange:NSMakeRange([state nodeStackSize], [nodeStack count]-[state nodeStac…
324 ANTLR3_UINT32 nodeStackSize; member