Searched refs:sparse_indices_end (Results 1 – 1 of 1) sorted by relevance
253 auto sparse_indices_end = sparse_indices + entry_count; in GetEntryOffset() local254 auto result = std::lower_bound(sparse_indices, sparse_indices_end, entry_index, in GetEntryOffset()263 if (result == sparse_indices_end) { in GetEntryOffset()