Searched refs:sparse_indices_end (Results 1 – 1 of 1) sorted by relevance
261 const ResTable_sparseTypeEntry* sparse_indices_end = sparse_indices + entry_count; in GetEntryOffset() local263 std::lower_bound(sparse_indices, sparse_indices_end, entry_index, in GetEntryOffset()268 if (result == sparse_indices_end || dtohs(result->idx) != entry_index) { in GetEntryOffset()