Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/flag/
Dflag_test.go323 type boolFlagVar struct { struct
324 count int
327 func (b *boolFlagVar) String() string {
331 func (b *boolFlagVar) Set(value string) error {
338 func (b *boolFlagVar) IsBoolFlag() bool {