text/template/parse.NumberNode.Int64 (field)

9 uses

	text/template/parse (current package)
		node.go#L623: 	Int64      int64      // The signed integer value.
		node.go#L641: 		n.Int64 = int64(rune)
		node.go#L676: 		n.Int64 = i
		node.go#L685: 		n.Float64 = float64(n.Int64)
		node.go#L702: 				n.Int64 = int64(f)
		node.go#L724: 			n.Int64 = int64(n.Float64)

	text/template
		exec.go#L533: 		n := int(constant.Int64)
		exec.go#L534: 		if int64(n) != constant.Int64 {
		exec.go#L918: 		value.SetInt(n.Int64)