Home
last modified time | relevance | path

Searched defs:mapType (Results 1 – 4 of 4) sorted by relevance

/prebuilts/go/linux-x86/src/encoding/gob/
Dtype.go348 type mapType struct { struct
349 CommonType
350 Key typeId
351 Elem typeId
359 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)) }
/prebuilts/go/linux-x86/src/cmd/compile/internal/importer/
Diimport.go71 mapType const
/prebuilts/go/linux-x86/src/go/internal/gcimporter/
Diimport.go73 mapType const
/prebuilts/go/linux-x86/src/reflect/
Dtype.go392 type mapType struct { struct
393 abi.MapType