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

8 uses

	text/template/parse (current package)
		node.go#L627: 	Uint64     uint64     // The unsigned integer value.
		node.go#L646: 		n.Uint64 = uint64(rune)
		node.go#L674: 		n.Uint64 = u
		node.go#L682: 			n.Uint64 = u
		node.go#L691: 		n.Float64 = float64(n.Uint64)
		node.go#L709: 				n.Uint64 = uint64(f)
		node.go#L731: 			n.Uint64 = uint64(n.Float64)

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