encoding/gob.decoderState.decodeUint (method)

42 uses

	encoding/gob (current package)
		dec_helpers.go#L70: 		slice[i] = state.decodeUint() != 0
		dec_helpers.go#L93: 		real := float32FromBits(state.decodeUint(), ovfl)
		dec_helpers.go#L94: 		imag := float32FromBits(state.decodeUint(), ovfl)
		dec_helpers.go#L118: 		real := float64FromBits(state.decodeUint())
		dec_helpers.go#L119: 		imag := float64FromBits(state.decodeUint())
		dec_helpers.go#L143: 		slice[i] = float32(float32FromBits(state.decodeUint(), ovfl))
		dec_helpers.go#L166: 		slice[i] = float64FromBits(state.decodeUint())
		dec_helpers.go#L321: 		u := state.decodeUint()
		dec_helpers.go#L358: 		x := state.decodeUint()
		dec_helpers.go#L385: 		x := state.decodeUint()
		dec_helpers.go#L412: 		x := state.decodeUint()
		dec_helpers.go#L439: 		slice[i] = state.decodeUint()
		dec_helpers.go#L462: 		x := state.decodeUint()
		decode.go#L150: func (state *decoderState) decodeUint() (x uint64) {
		decode.go#L178: 	x := state.decodeUint()
		decode.go#L189: 	n := int(state.decodeUint())
		decode.go#L209: 	state.decodeUint()
		decode.go#L215: 	state.decodeUint()
		decode.go#L216: 	state.decodeUint()
		decode.go#L242: 	value.SetBool(state.decodeUint() != 0)
		decode.go#L256: 	v := state.decodeUint()
		decode.go#L274: 	v := state.decodeUint()
		decode.go#L292: 	v := state.decodeUint()
		decode.go#L307: 	v := state.decodeUint()
		decode.go#L341: 	value.SetFloat(float32FromBits(state.decodeUint(), i.ovfl))
		decode.go#L347: 	value.SetFloat(float64FromBits(state.decodeUint()))
		decode.go#L354: 	real := float32FromBits(state.decodeUint(), i.ovfl)
		decode.go#L355: 	imag := float32FromBits(state.decodeUint(), i.ovfl)
		decode.go#L363: 	real := float64FromBits(state.decodeUint())
		decode.go#L364: 	imag := float64FromBits(state.decodeUint())
		decode.go#L433: 	if state.decodeUint() != 0 {
		decode.go#L450: 		delta := int(state.decodeUint())
		decode.go#L484: 		delta := int(state.decodeUint())
		decode.go#L507: 	delta := int(state.decodeUint())
		decode.go#L538: 	if n := state.decodeUint(); n != uint64(length) {
		decode.go#L560: 	n := int(state.decodeUint())
		decode.go#L594: 	if n := state.decodeUint(); n != uint64(length) {
		decode.go#L602: 	n := int(state.decodeUint())
		decode.go#L614: 	u := state.decodeUint()
		decode.go#L635: 	dec.ignoreArrayHelper(state, elemOp, int(state.decodeUint()))
		decode.go#L643: 	nr := state.decodeUint()
		decode.go#L676: 	state.decodeUint()