Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp3122 struct NamespaceAttributePair { struct
3126 NamespaceAttributePair(const char* n, const char* a) : ns(n), attr(a) {} in NamespaceAttributePair() argument
3127 NamespaceAttributePair() : ns(NULL), attr(NULL) {} in NamespaceAttributePair() function