Searched refs:newVector (Results 1 – 8 of 8) sorted by relevance
189 boolean newVector[] = new boolean[m_allocatedSize]; in grow()191 System.arraycopy(m_values, 0, newVector, 0, m_index + 1); in grow()193 m_values = newVector; in grow()
317 pANTLR3_VECTOR (*newVector) (struct ANTLR3_VECTOR_FACTORY_struct * factory); member
102 static pANTLR3_VECTOR newVector (pANTLR3_VECTOR_FACTORY factory);1487 factory->newVector = newVector; in antlr3VectorFactoryNew()1675 newVector(pANTLR3_VECTOR_FACTORY factory) in newVector() function
395 …tree->children = ((pANTLR3_COMMON_TREE)(tree->super))->factory->vFactory->newVector(((pANTLR3_COMM… in createChildrenList()
551 stream->elements = factory->newVector(factory); in add()
3474 boolean newVector[] = new boolean[m_allocatedSize]; in grow()3476 System.arraycopy(m_values, 0, newVector, 0, m_index + 1); in grow()3478 m_values = newVector; in grow()
207 list_<label>=ctx->vectors->newVector(ctx->vectors);230 list_<label>=ctx->vectors->newVector(ctx->vectors);
2085 list_<label>=ctx->vectors->newVector(ctx->vectors);