Home
last modified time | relevance | path

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

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dtypestring.go75 type typeWriter struct { struct
76 buf *bytes.Buffer
77 seen map[Type]bool
78 qf Qualifier
80 tparams *TypeParamList // local type parameters
93 func (w *typeWriter) byte(b byte) {
107 func (w *typeWriter) string(s string) {
111 func (w *typeWriter) error(msg string) {
118 func (w *typeWriter) typ(typ Type) {
315 func (w *typeWriter) typeSet(s *_TypeSet) {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Dtypestring.go76 type typeWriter struct { struct
77 buf *bytes.Buffer
78 seen map[Type]bool
79 qf Qualifier
81 tparams *TypeParamList // local type parameters
94 func (w *typeWriter) byte(b byte) {
108 func (w *typeWriter) string(s string) {
112 func (w *typeWriter) error(msg string) {
119 func (w *typeWriter) typ(typ Type) {
316 func (w *typeWriter) typeSet(s *_TypeSet) {
[all …]