Home
last modified time | relevance | path

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

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