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

8 uses

	text/template/parse (current package)
		node.go#L622: 	Uint64     uint64     // The unsigned integer value.
		node.go#L641: 		n.Uint64 = uint64(rune)
		node.go#L669: 		n.Uint64 = u
		node.go#L677: 			n.Uint64 = u
		node.go#L686: 		n.Float64 = float64(n.Uint64)
		node.go#L704: 				n.Uint64 = uint64(f)
		node.go#L726: 			n.Uint64 = uint64(n.Float64)

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