Searched defs:mapType (Results 1 – 4 of 4) sorted by relevance
348 type mapType struct { struct349 CommonType350 Key typeId351 Elem typeId359 func (m *mapType) init(key, elem gobType) {366 func (m *mapType) safeString(seen map[typeId]bool) string {376 func (m *mapType) string() string { return m.safeString(make(map[typeId]bool)) }
71 mapType const
73 mapType const
392 type mapType struct { struct393 abi.MapType