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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp650 struct type_ident_pair_t { struct
654 type_ident_pair_t() { }; function in struct:type_ident_pair_t
655 type_ident_pair_t(const String16& t, const String16& i) : type(t), ident(i) { } function in struct:type_ident_pair_t
656 type_ident_pair_t(const type_ident_pair_t& o) : type(o.type), ident(o.ident) { } function in struct:type_ident_pair_t
657 inline bool operator < (const type_ident_pair_t& o) const {
684 KeyedVector<type_ident_pair_t, bool>* skippedResourceNames,
725 type_ident_pair_t(curType, ident), true);
842 KeyedVector<type_ident_pair_t, bool> skippedResourceNames;
1702 const type_ident_pair_t
[all...]

Completed in 364 milliseconds