Searched defs:NamespaceAttributePair (Results 1 – 1 of 1) sorted by relevance
3122 struct NamespaceAttributePair { struct3126 NamespaceAttributePair(const char* n, const char* a) : ns(n), attr(a) {} in NamespaceAttributePair() argument3127 NamespaceAttributePair() : ns(NULL), attr(NULL) {} in NamespaceAttributePair() function