Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/internal/benchmarks/
Dhandlers.go91 func (h *fastTextHandler) appendTime(buf *buffer.Buffer, t time.Time) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/
Dhandler.go585 func (s *handleState) appendTime(t time.Time) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dserver.go995 func appendTime(b []byte, t time.Time) []byte { func