Searched defs:readerDict (Results 1 – 3 of 3) sorted by relevance
166 type readerDict struct { struct167 shaped bool // whether this is a shaped dictionary172 baseSym *types.Sym176 shapedObj *ir.Name196 targs []*types.Type200 implicits int202 derived []derivedInfo // reloc index of the derived type's descriptor203 derivedTypes []*types.Type // slice of previously computed derived types206 typeParamMethodExprs []readerMethodExprInfo207 subdicts []objInfo[all …]
70 type readerDict struct { struct71 bounds []typeInfo73 tparams []*types2.TypeParam75 derived []derivedInfo76 derivedTypes []types2.Type
117 type readerDict struct { struct120 bounds []typeInfo123 tparams []*types.TypeParam127 derived []derivedInfo128 derivedTypes []types.Type // lazily instantiated from derived