Lines Matching refs:pANTLR3_VECTOR_FACTORY
100 static ANTLR3_BOOLEAN newPool (pANTLR3_VECTOR_FACTORY factory);
101 static void closeVectorFactory (pANTLR3_VECTOR_FACTORY factory);
102 static pANTLR3_VECTOR newVector (pANTLR3_VECTOR_FACTORY factory);
103 static void returnVector (pANTLR3_VECTOR_FACTORY factory, pANTLR3_VECTOR vector);
1456 ANTLR3_API pANTLR3_VECTOR_FACTORY
1459 pANTLR3_VECTOR_FACTORY factory; in antlr3VectorFactoryNew()
1463 factory = (pANTLR3_VECTOR_FACTORY)ANTLR3_MALLOC((size_t)(sizeof(ANTLR3_VECTOR_FACTORY))); in antlr3VectorFactoryNew()
1500 returnVector (pANTLR3_VECTOR_FACTORY factory, pANTLR3_VECTOR vector) in returnVector()
1517 newPool(pANTLR3_VECTOR_FACTORY factory) in newPool()
1562 closeVectorFactory (pANTLR3_VECTOR_FACTORY factory) in closeVectorFactory()
1675 newVector(pANTLR3_VECTOR_FACTORY factory) in newVector()