Home
last modified time | relevance | path

Searched defs:fastTextHandler (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/internal/benchmarks/
Dhandlers.go26 type fastTextHandler struct { struct
27 w io.Writer
34 func (h *fastTextHandler) Enabled(context.Context, slog.Level) bool { return true }
36 func (h *fastTextHandler) Handle(_ context.Context, r slog.Record) error {
62 func (h *fastTextHandler) appendValue(buf *buffer.Buffer, v slog.Value) {
91 func (h *fastTextHandler) appendTime(buf *buffer.Buffer, t time.Time) {
95 func (h *fastTextHandler) WithAttrs([]slog.Attr) slog.Handler {
99 func (*fastTextHandler) WithGroup(string) slog.Handler {