Home
last modified time | relevance | path

Searched refs:ctree (Results 1 – 7 of 7) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3commontree.inl15 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;
Dantlr3commontree.hpp89 CommonTree( const CommonTree& ctree );
/external/u-boot/fs/btrfs/
DMakefile5 obj-y := btrfs.o chunk-map.o compression.o ctree.o dev.o dir-item.o \
/external/libxml2/include/libxml/
Dvalid.h412 xmlValidGetPotentialChildren(xmlElementContent *ctree,
/external/libxml2/
Dvalid.c6923 xmlValidGetPotentialChildren(xmlElementContent *ctree, in xmlValidGetPotentialChildren() argument
6928 if ((ctree == NULL) || (names == NULL) || (len == NULL)) in xmlValidGetPotentialChildren()
6932 switch (ctree->type) { in xmlValidGetPotentialChildren()
6940 if (xmlStrEqual(ctree->name, names[i])) return(*len); in xmlValidGetPotentialChildren()
6941 names[(*len)++] = ctree->name; in xmlValidGetPotentialChildren()
6944 xmlValidGetPotentialChildren(ctree->c1, names, len, max); in xmlValidGetPotentialChildren()
6945 xmlValidGetPotentialChildren(ctree->c2, names, len, max); in xmlValidGetPotentialChildren()
6948 xmlValidGetPotentialChildren(ctree->c1, names, len, max); in xmlValidGetPotentialChildren()
6949 xmlValidGetPotentialChildren(ctree->c2, names, len, max); in xmlValidGetPotentialChildren()
Dtestapi.c26265 xmlElementContent * ctree; /* an element content tree */ in test_xmlValidGetPotentialChildren() local
26279 ctree = gen_xmlElementContent_ptr(n_ctree, 0); in test_xmlValidGetPotentialChildren()
26284 ret_val = xmlValidGetPotentialChildren(ctree, (const xmlChar **)names, len, max); in test_xmlValidGetPotentialChildren()
26287 des_xmlElementContent_ptr(n_ctree, ctree, 0); in test_xmlValidGetPotentialChildren()
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle538 d ctree * value xmlElementContent *