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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp657 struct type_ident_pair_t { struct
661 type_ident_pair_t() { }; function in struct:type_ident_pair_t
662 type_ident_pair_t(const String16& t, const String16& i) : type(t), ident(i) { } function in struct:type_ident_pair_t
663 type_ident_pair_t(const type_ident_pair_t& o) : type(o.type), ident(o.ident) { } function in struct:type_ident_pair_t
664 inline bool operator < (const type_ident_pair_t& o) const {
691 KeyedVector<type_ident_pair_t, bool>* skippedResourceNames,
732 type_ident_pair_t(curType, ident), true);
851 KeyedVector<type_ident_pair_t, bool> skippedResourceNames;
1730 const type_ident_pair_t
[all...]

Completed in 50 milliseconds