Searched refs:setChildIndex (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3basetree.h101 void (*setChildIndex) (struct ANTLR3_BASE_TREE_struct * tree, ANTLR3_INT32 ); member in struct:ANTLR3_BASE_TREE_struct
H A Dantlr3basetreeadaptor.h112 void (*setChildIndex) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * t, ANTLR3_UINT32 i); member in struct:ANTLR3_BASE_TREE_ADAPTOR_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3commontreeadaptor.c58 static void setChildIndex (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR3_INT32 i);
130 cta->baseAdaptor.setChildIndex = (void (*) (pANTLR3_BASE_TREE_ADAPTOR, void *, ANTLR3_UINT32))
131 setChildIndex;
477 setChildIndex (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR3_INT32 i) function
479 t->setChildIndex(t, i);
H A Dantlr3commontree.c51 static void setChildIndex (pANTLR3_BASE_TREE tree, ANTLR3_INT32 i);
313 tree->baseTree.setChildIndex = setChildIndex;
514 setChildIndex (pANTLR3_BASE_TREE tree, ANTLR3_INT32 i) function
H A Dantlr3basetree.c400 child->setChildIndex(child, i);
485 child->setChildIndex(child, c);
H A Dantlr3basetreeadaptor.c483 adaptor->setChildIndex (adaptor, newTree, t->getChildIndex(t));
723 root->setChildIndex(root, -1);

Completed in 89 milliseconds