encoding/gob.encInstr.indir (field)

5 uses

	encoding/gob (current package)
		encode.go#L141: 	indir int   // how many pointer indirections to reach the value in the struct
		encode.go#L297: 	if instr.indir > 0 {
		encode.go#L298: 		value = encIndirect(value, instr.indir)
		encode.go#L321: 		if instr.indir > 0 {
		encode.go#L322: 			field = encIndirect(field, instr.indir)