Searched refs:ImportedDescriptor (Results 1 – 1 of 1) sorted by relevance
250 type ImportedDescriptor struct { struct255 func (id *ImportedDescriptor) TypeName() []string { return id.o.TypeName() } argument265 imp []*ImportedDescriptor // All types defined in files publicly imported by this file.912 func wrapImported(file *FileDescriptor, g *Generator) (sl []*ImportedDescriptor) {919 sl = append(sl, &ImportedDescriptor{common{file}, d})922 sl = append(sl, &ImportedDescriptor{common{file}, e})925 sl = append(sl, &ImportedDescriptor{common{file}, ext})1339 func (g *Generator) generateImported(id *ImportedDescriptor) {1492 if id, ok := obj.(*ImportedDescriptor); ok {1500 if id, ok := obj.(*ImportedDescriptor); ok {[all …]