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

9 uses

	text/template/parse (current package)
		node.go#L626: 	Int64      int64      // The signed integer value.
		node.go#L644: 		n.Int64 = int64(rune)
		node.go#L679: 		n.Int64 = i
		node.go#L688: 		n.Float64 = float64(n.Int64)
		node.go#L705: 				n.Int64 = int64(f)
		node.go#L727: 			n.Int64 = int64(n.Float64)

	text/template
		exec.go#L608: 		n := int(constant.Int64)
		exec.go#L609: 		if int64(n) != constant.Int64 {
		exec.go#L1007: 		value.SetInt(n.Int64)