Lines Matching refs:string
9 func (m Mode) String() string { return "mode string" }13 String() string20 // force compilation of the (*Mode).String() wrapper24 func String() string {25 return global.String() + Mode(0).String()