Searched refs:sparse_indices (Results 1 – 1 of 1) sorted by relevance
258 auto sparse_indices = offsets.convert<ResTable_sparseTypeEntry>().iterator(); in GetEntryOffset() local259 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()