Searched refs:ctree (Results 1 – 6 of 6) sorted by relevance
/external/antlr/runtime/Cpp/include/ |
D | antlr3commontree.inl | 15 CommonTree<ImplTraits>::CommonTree( const CommonTree& ctree ) argument 16 :m_children( ctree.m_children) 18 m_savedIndex = ctree.m_savedIndex; 19 m_startIndex = ctree.m_startIndex; 20 m_stopIndex = ctree.m_stopIndex; 21 m_token = ctree.m_token; 22 m_parent = ctree.m_parent; 23 m_childIndex = ctree.m_childIndex;
|
D | antlr3commontree.hpp | 89 CommonTree( const CommonTree& ctree );
|
/external/libxml2/include/libxml/ |
D | valid.h | 412 xmlValidGetPotentialChildren(xmlElementContent *ctree,
|
/external/libxml2/ |
D | valid.c | 6965 xmlValidGetPotentialChildren(xmlElementContent *ctree, in xmlValidGetPotentialChildren() argument 6970 if ((ctree == NULL) || (names == NULL) || (len == NULL)) in xmlValidGetPotentialChildren() 6974 switch (ctree->type) { in xmlValidGetPotentialChildren() 6982 if (xmlStrEqual(ctree->name, names[i])) return(*len); in xmlValidGetPotentialChildren() 6983 names[(*len)++] = ctree->name; in xmlValidGetPotentialChildren() 6986 xmlValidGetPotentialChildren(ctree->c1, names, len, max); in xmlValidGetPotentialChildren() 6987 xmlValidGetPotentialChildren(ctree->c2, names, len, max); in xmlValidGetPotentialChildren() 6990 xmlValidGetPotentialChildren(ctree->c1, names, len, max); in xmlValidGetPotentialChildren() 6991 xmlValidGetPotentialChildren(ctree->c2, names, len, max); in xmlValidGetPotentialChildren()
|
D | testapi.c | 26238 xmlElementContent * ctree; /* an element content tree */ in test_xmlValidGetPotentialChildren() local 26252 ctree = gen_xmlElementContent_ptr(n_ctree, 0); in test_xmlValidGetPotentialChildren() 26257 ret_val = xmlValidGetPotentialChildren(ctree, (const xmlChar **)names, len, max); in test_xmlValidGetPotentialChildren() 26260 des_xmlElementContent_ptr(n_ctree, ctree, 0); in test_xmlValidGetPotentialChildren()
|
/external/libxml2/os400/libxmlrpg/ |
D | valid.rpgle | 538 d ctree * value xmlElementContent *
|