Searched defs:xposmap (Results 1 – 1 of 1) sorted by relevance
20 type xposmap struct { struct22 maps map[int32]*biasedSparseMap24 lastIndex int32 // -1 means no entry in cache25 lastMap *biasedSparseMap // map found at maps[lastIndex]40 func (m *xposmap) clear() {51 func (m *xposmap) mapFor(index int32) *biasedSparseMap {63 func (m *xposmap) set(p src.XPos, v int32) {72 func (m *xposmap) get(p src.XPos) int32 {83 func (m *xposmap) add(p src.XPos) {89 func (m *xposmap) contains(p src.XPos) bool {[all …]