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

/frameworks/base/include/androidfw/
H A DTypeWrappers.h24 struct TypeVariant { struct in namespace:android
25 TypeVariant(const ResTable_type* data) function in struct:android::TypeVariant
61 friend struct TypeVariant;
62 iterator(const TypeVariant* tv, uint32_t index)
64 const TypeVariant* mTypeVariant;
/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp21 TypeVariant::iterator& TypeVariant::iterator::operator++() {
29 const ResTable_entry* TypeVariant::iterator::operator*() const {
H A DResourceTypes.cpp4674 const TypeVariant tv(t->configs[j]);
4675 for (TypeVariant::iterator iter = tv.beginEntries();
/frameworks/base/libs/androidfw/tests/
H A DTypeWrappers_test.cpp81 TypeVariant v(data);
83 TypeVariant::iterator iter = v.beginEntries();
/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp322 TypeVariant tv(type);

Completed in 73 milliseconds