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

9 uses

	text/template/parse (current package)
		node.go#L621: 	Int64      int64      // The signed integer value.
		node.go#L639: 		n.Int64 = int64(rune)
		node.go#L674: 		n.Int64 = i
		node.go#L683: 		n.Float64 = float64(n.Int64)
		node.go#L700: 				n.Int64 = int64(f)
		node.go#L722: 			n.Int64 = int64(n.Float64)

	text/template
		exec.go#L512: 		n := int(constant.Int64)
		exec.go#L513: 		if int64(n) != constant.Int64 {
		exec.go#L865: 		value.SetInt(n.Int64)