HomeSort by relevance Sort by last modified time
    Searched refs:vFactory (Results 1 - 3 of 3) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontree.h 141 pANTLR3_VECTOR_FACTORY vFactory;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontree.c 80 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);
antlr3rewritestreams.c 79 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 997 milliseconds