Home | History | Annotate | Download | only in issue19548.dir

Lines Matching refs:string

9 func (m Mode) String() string { return "mode string" }
13 String() string
20 // force compilation of the (*Mode).String() wrapper
24 func String() string {
25 return global.String() + Mode(0).String()