Searched defs:sparseMap (Results 1 – 2 of 2) sorted by relevance
15 type sparseMap struct { struct16 dense []sparseEntry17 sparse []int3226 func (s *sparseMap) cap() int {30 func (s *sparseMap) size() int {34 func (s *sparseMap) contains(k ID) bool {41 func (s *sparseMap) get(k ID) int32 {49 func (s *sparseMap) set(k ID, v int32) {60 func (s *sparseMap) setBit(k ID, v uint) {73 func (s *sparseMap) remove(k ID) {[all …]
128 func (c *Cache) freeSparseMap(s *sparseMap) {