Searched defs:biasedSparseMap (Results 1 – 1 of 1) sorted by relevance
16 type biasedSparseMap struct { struct17 s *sparseMap18 first int30 func (s *biasedSparseMap) cap() int {38 func (s *biasedSparseMap) size() int {46 func (s *biasedSparseMap) contains(x uint) bool {61 func (s *biasedSparseMap) get(x uint) int32 {76 func (s *biasedSparseMap) getEntry(i int) (x uint, v int32) {84 func (s *biasedSparseMap) add(x uint) {92 func (s *biasedSparseMap) set(x uint, v int32) {[all …]