Home | History | Annotate | Download | only in gob

Lines Matching defs:String

42 func (t tab) String() string {
121 func (deb *debugger) dump(format string, args ...interface{}) {
304 name = deb.string()
330 // string returns the string at the input point.
331 func (deb *debugger) string() string {
339 return string(b)
395 field[i].Name = deb.string()
497 name := string(b)
516 func (deb *debugger) printCommonType(indent tab, kind string, common *CommonType) {