Searched refs:getChildCount (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3basetreeadaptor.c70 static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
144 adaptor->getChildCount = (ANTLR3_UINT32 (*)(pANTLR3_BASE_TREE_ADAPTOR, void *))
145 getChildCount;
177 nCount = adaptor->getChildCount(adaptor, t);
256 nCount = adaptor->getChildCount(adaptor, t);
485 n = adaptor->getChildCount (adaptor, t);
510 n = adaptor->getChildCount(adaptor, tree);
645 if (newRootTree->getChildCount(newRootTree) > 1)
715 if (root->getChildCount(root) == 0)
719 else if (root->getChildCount(roo
890 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE tree) function
[all...]
H A Dantlr3basetree.c37 static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE tree);
62 tree->getChildCount = getChildCount;
131 getChildCount (pANTLR3_BASE_TREE tree) function
475 count = tree->getChildCount(tree); // How many children do we have
H A Dantlr3commontreeadaptor.c55 static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t);
134 cta->baseAdaptor.getChildCount = (ANTLR3_UINT32 (*) (pANTLR3_BASE_TREE_ADAPTOR, void *))
135 getChildCount;
471 getChildCount (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t) function
473 return t->getChildCount(t);
H A Dantlr3commontree.c454 if (tree->getChildCount(tree) > 0)
474 if (tree->getChildCount(tree) > 0)
H A Dantlr3commontreenodestream.c493 nCount = t->getChildCount(t);
858 n = p->getChildCount(p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3basetree.h105 ANTLR3_UINT32 (*getChildCount) (struct ANTLR3_BASE_TREE_struct * tree); member in struct:ANTLR3_BASE_TREE_struct
H A Dantlr3basetreeadaptor.h115 ANTLR3_UINT32 (*getChildCount) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void *); member in struct:ANTLR3_BASE_TREE_ADAPTOR_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 79 milliseconds