Home
last modified time | relevance | path

Searched refs:buildNamespaceList (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/framework/psvi/
H A DXSWildcard.cpp130 buildNamespaceList(elmWildCard); in XSWildcard()
163 void XSWildcard::buildNamespaceList(const ContentSpecNode* const rootNode) in buildNamespaceList() function in XSWildcard
168 buildNamespaceList(rootNode->getFirst()); in buildNamespaceList()
169 buildNamespaceList(rootNode->getSecond()); in buildNamespaceList()
H A DXSWildcard.hpp165 void buildNamespaceList(const ContentSpecNode* const rootNode);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/framework/psvi/
H A DXSWildcard.cpp130 buildNamespaceList(elmWildCard); in XSWildcard()
163 void XSWildcard::buildNamespaceList(const ContentSpecNode* const rootNode) in buildNamespaceList() function in XSWildcard
168 buildNamespaceList(rootNode->getFirst()); in buildNamespaceList()
169 buildNamespaceList(rootNode->getSecond()); in buildNamespaceList()
H A DXSWildcard.hpp165 void buildNamespaceList(const ContentSpecNode* const rootNode);
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddoxygen.cpp1672 static void buildNamespaceList(const Entry *root) in buildNamespaceList() function
1835 for (const auto &e : root->children()) buildNamespaceList(e.get()); in buildNamespaceList()
11859 buildNamespaceList(root.get()); in parseInput()