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

8 uses

	text/template/parse (current package)
		node.go#L624: 	Uint64     uint64     // The unsigned integer value.
		node.go#L643: 		n.Uint64 = uint64(rune)
		node.go#L671: 		n.Uint64 = u
		node.go#L679: 			n.Uint64 = u
		node.go#L688: 		n.Float64 = float64(n.Uint64)
		node.go#L706: 				n.Uint64 = uint64(f)
		node.go#L728: 			n.Uint64 = uint64(n.Float64)

	text/template
		exec.go#L929: 		value.SetUint(n.Uint64)