Home
last modified time | relevance | path

Searched refs:beginEntries (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DTypeWrappers.h69 iterator beginEntries() const { in beginEntries() function
/frameworks/base/libs/androidfw/tests/
DTypeWrappers_test.cpp83 TypeVariant::iterator iter = v.beginEntries(); in TEST()
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp367 for (auto it = tv.beginEntries(); it != tv.endEntries(); ++it) { in ParseType()
DTableFlattener_test.cpp286 auto entry = (const ResTable_map_entry*)*typeVariant.beginEntries(); in TEST_F()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5018 for (TypeVariant::iterator iter = tv.beginEntries(); in findEntry()