encoding/gob.userTypeInfo.encIndir (field)

9 uses

	encoding/gob (current package)
		encode.go#L602: 	if ut.encIndir == -1 {
		encode.go#L604: 	} else if ut.encIndir > 0 {
		encode.go#L605: 		for i := int8(0); i < ut.encIndir; i++ {
		encode.go#L611: 		if ut.encIndir == -1 {
		encode.go#L624: 	return &op, int(ut.encIndir) // encIndir: op will get called with p == address of receiver.
		encode.go#L695: 		indir = int(ut.encIndir)
		type.go#L28: 	encIndir    int8         // number of indirections to reach the receiver type; may be negative
		type.go#L79: 		ut.externalEnc, ut.encIndir = xGob, indir
		type.go#L81: 		ut.externalEnc, ut.encIndir = xBinary, indir