Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DLoadedArsc.cpp258 auto sparse_indices = offsets.convert<ResTable_sparseTypeEntry>().iterator(); in GetEntryOffset() local
259 auto sparse_indices_end = sparse_indices + entry_count; in GetEntryOffset()
260 auto result = std::lower_bound(sparse_indices, sparse_indices_end, entry_index, in GetEntryOffset()