Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/script/
Dconds.go89 type prefixCond struct { struct
90 eval func(*State, string) (bool, error)
91 usage CondUsage
94 func (c *prefixCond) Usage() *CondUsage { return &c.usage }
96 func (c *prefixCond) Eval(s *State, suffix string) (bool, error) {