Home
last modified time | relevance | path

Searched refs:TypeVariant (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/include/androidfw/
DTypeWrappers.h24 struct TypeVariant { struct
25 TypeVariant(const ResTable_type* data) in TypeVariant() function
61 friend struct TypeVariant; argument
62 iterator(const TypeVariant* tv, uint32_t index) in iterator() argument
64 const TypeVariant* mTypeVariant; argument
/frameworks/base/libs/androidfw/
DTypeWrappers.cpp21 TypeVariant::iterator& TypeVariant::iterator::operator++() { in operator ++()
29 const ResTable_entry* TypeVariant::iterator::operator*() const { in operator *()
DResourceTypes.cpp4204 const TypeVariant tv(t->configs[j]); in identifierForName()
4205 for (TypeVariant::iterator iter = tv.beginEntries(); in identifierForName()
/frameworks/base/libs/androidfw/tests/
DTypeWrappers_test.cpp81 TypeVariant v(data); in TEST()
83 TypeVariant::iterator iter = v.beginEntries(); in TEST()