HomeSort by relevance Sort by last modified time
    Searched refs:TypeVariant (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/androidfw/include/androidfw/
TypeWrappers.h 25 struct TypeVariant {
26 TypeVariant(const ResTable_type* data);
62 friend struct TypeVariant;
63 iterator(const TypeVariant* tv, uint32_t index)
65 const TypeVariant* mTypeVariant;
  /frameworks/base/libs/androidfw/
TypeWrappers.cpp 23 TypeVariant::TypeVariant(const ResTable_type* data) : data(data), mLength(dtohl(data->entryCount)) {
39 TypeVariant::iterator& TypeVariant::iterator::operator++() {
51 const ResTable_entry* TypeVariant::iterator::operator*() const {
ResourceTypes.cpp     [all...]
  /frameworks/base/libs/androidfw/tests/
TypeWrappers_test.cpp 81 TypeVariant v(data);
83 TypeVariant::iterator iter = v.beginEntries();
  /frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.cpp 359 TypeVariant tv(type);

Completed in 68 milliseconds