Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/flag/
Dflag_test.go467 type zeroPanicker struct { struct
468 dontPanic bool
469 v string
472 func (f *zeroPanicker) Set(s string) error {
477 func (f *zeroPanicker) String() string {