func log/slog.Uint64Value

14 uses

	log/slog (current package)
		attr.go#L35: 	return Attr{key, Uint64Value(v)}
		value.go#L124: func Uint64Value(v uint64) Value {
		value.go#L228: 		return Uint64Value(uint64(v))
		value.go#L232: 		return Uint64Value(v)
		value.go#L240: 		return Uint64Value(uint64(v))
		value.go#L242: 		return Uint64Value(uint64(v))
		value.go#L244: 		return Uint64Value(uint64(v))
		value.go#L246: 		return Uint64Value(uint64(v))

	go.pact.im/x/zapslog
		encode.go#L264: 	e.appendValue(slog.Uint64Value(uint64(value)))
		encode.go#L268: 	e.appendValue(slog.Uint64Value(value))
		encode.go#L272: 	e.appendValue(slog.Uint64Value(uint64(value)))
		encode.go#L276: 	e.appendValue(slog.Uint64Value(uint64(value)))
		encode.go#L280: 	e.appendValue(slog.Uint64Value(uint64(value)))
		encode.go#L284: 	e.appendValue(slog.Uint64Value(uint64(value)))