Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/log/
Dlog.go307 func (l *Logger) Panicf(format string, v ...any) { func
436 func Panicf(format string, v ...any) { func
/aosp_15_r20/build/soong/ui/logger/
H A Dlogger.go69 Panicf(format string, v ...interface{}) methodSpec
332 func (s *stdLogger) Panicf(format string, v ...interface{}) { func