Searched refs:newVector (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3collections.h317 pANTLR3_VECTOR (*newVector) (struct ANTLR3_VECTOR_FACTORY_struct * factory); member in struct:ANTLR3_VECTOR_FACTORY_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c102 static pANTLR3_VECTOR newVector (pANTLR3_VECTOR_FACTORY factory);
1464 factory->newVector = newVector;
1637 newVector(pANTLR3_VECTOR_FACTORY factory) function
H A Dantlr3commontree.c374 tree->children = ((pANTLR3_COMMON_TREE)(tree->super))->factory->vFactory->newVector(((pANTLR3_COMMON_TREE)(tree->super))->factory->vFactory);
H A Dantlr3rewritestreams.c551 stream->elements = factory->newVector(factory);

Completed in 70 milliseconds