Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Dtype.go331 type gobEncoderType struct { struct
332 CommonType
341 func (g *gobEncoderType) safeString(seen map[typeId]bool) string {
345 func (g *gobEncoderType) string() string { return g.Name }