Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp2958 struct NamespaceAttributePair { struct
2962 NamespaceAttributePair(const char* n, const char* a) : ns(n), attr(a) {} in NamespaceAttributePair() argument
2963 NamespaceAttributePair() : ns(NULL), attr(NULL) {} in NamespaceAttributePair() argument