encoding/gob.decEngine.numInstr (field)

5 uses

	encoding/gob (current package)
		decode.go#L423: 	numInstr int // the number of active instructions
		decode.go#L1068: 	engine.numInstr = 1
		decode.go#L1079: 	engine.numInstr = 1
		decode.go#L1130: 		engine.numInstr++
		decode.go#L1200: 		if engine.numInstr == 0 && st.NumField() > 0 &&