Home | History | Annotate | Download | only in gc

Lines Matching refs:Results

709 		switch t.Results().NumFields() {
715 buf = append(buf, t.Results().Field(0).Type.String()...) // struct->field->field's type
719 buf = append(buf, t.Results().String()...)