reflect.Value.Cap (method)

3 uses

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

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

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