Home
last modified time | relevance | path

Searched defs:nameSpace (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dtree.c5979 xmlSearchNs(xmlDocPtr doc, xmlNodePtr node, const xmlChar *nameSpace) { in xmlSearchNs()
6666 xmlHasNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { in xmlHasNsProp()
6738 xmlGetNsProp(const xmlNode *node, const xmlChar *name, const xmlChar *nameSpace) { in xmlGetNsProp()
Dvalid.c6189 xmlNsPtr nameSpace = attrib->ns; in xmlValidateOneElement() local
Dtestapi.c20698 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlGetNsProp() local
20783 xmlChar * nameSpace; /* the URI of the namespace */ in test_xmlHasNsProp() local
23370 xmlChar * nameSpace; /* the namespace prefix */ in test_xmlSearchNs() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp54 const std::string &nameSpace() const { return NS; } in nameSpace() function in __anondafbae810111::FlattenedSpelling