Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/flag/
Dflag.go931 func (f *FlagSet) DurationVar(p *time.Duration, name string, value time.Duration, usage string) { func
938 func DurationVar(p *time.Duration, name string, value time.Duration, usage string) { func