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

/frameworks/base/tools/aapt/
H A DResource.cpp2896 struct NamespaceAttributePair { struct
2900 NamespaceAttributePair(const char* n, const char* a) : ns(n), attr(a) {} function in struct:NamespaceAttributePair
2901 NamespaceAttributePair() : ns(NULL), attr(NULL) {} function in struct:NamespaceAttributePair
2906 const Vector<String8>& startTags, const KeyedVector<String8, Vector<NamespaceAttributePair> >* tagAttrPairs)
2953 const Vector<NamespaceAttributePair>& nsAttrVector = tagAttrPairs->valueAt(tagIndex);
2955 const NamespaceAttributePair& nsAttr = nsAttrVector[i];
2983 static void addTagAttrPair(KeyedVector<String8, Vector<NamespaceAttributePair> >* dest,
2989 Vector<NamespaceAttributePair> vector;
2990 vector.add(NamespaceAttributePair(ns, attr));
2993 dest->editValueAt(index).add(NamespaceAttributePair(n
[all...]

Completed in 64 milliseconds