Searched refs:vFactory (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontree.h141 pANTLR3_VECTOR_FACTORY vFactory; member in struct:ANTLR3_ARBORETUM_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontree.c80 factory->vFactory = antlr3VectorFactoryNew(0);
81 if (factory->vFactory == NULL)
259 factory->vFactory->close(factory->vFactory);
376 tree->children = ((pANTLR3_COMMON_TREE)(tree->super))->factory->vFactory->newVector(((pANTLR3_COMMON_TREE)(tree->super))->factory->vFactory);
H A Dantlr3rewritestreams.c79 pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory;
141 pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory;
548 pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory;

Completed in 565 milliseconds