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