Home
last modified time | relevance | path

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

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