func encoding/gob.Register
36 uses
encoding/gob (current package)
type.go#L836: func Register(value interface{}) {
type.go#L878: Register(int(0))
type.go#L879: Register(int8(0))
type.go#L880: Register(int16(0))
type.go#L881: Register(int32(0))
type.go#L882: Register(int64(0))
type.go#L883: Register(uint(0))
type.go#L884: Register(uint8(0))
type.go#L885: Register(uint16(0))
type.go#L886: Register(uint32(0))
type.go#L887: Register(uint64(0))
type.go#L888: Register(float32(0))
type.go#L889: Register(float64(0))
type.go#L890: Register(complex64(0i))
type.go#L891: Register(complex128(0i))
type.go#L892: Register(uintptr(0))
type.go#L893: Register(false)
type.go#L894: Register("")
type.go#L895: Register([]byte(nil))
type.go#L896: Register([]int(nil))
type.go#L897: Register([]int8(nil))
type.go#L898: Register([]int16(nil))
type.go#L899: Register([]int32(nil))
type.go#L900: Register([]int64(nil))
type.go#L901: Register([]uint(nil))
type.go#L902: Register([]uint8(nil))
type.go#L903: Register([]uint16(nil))
type.go#L904: Register([]uint32(nil))
type.go#L905: Register([]uint64(nil))
type.go#L906: Register([]float32(nil))
type.go#L907: Register([]float64(nil))
type.go#L908: Register([]complex64(nil))
type.go#L909: Register([]complex128(nil))
type.go#L910: Register([]uintptr(nil))
type.go#L911: Register([]bool(nil))
type.go#L912: Register([]string(nil))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |