reflect.Value.Cap (method)

3 uses

	reflect (current package)
		value.go#L1150: func (v Value) Cap() int {

	encoding/json
		decode.go#L551: 			if i >= v.Cap() {

	text/template
		funcs.go#L271: 		cap = item.Cap()