type google.golang.org/protobuf/internal/filedesc.PlaceholderFile
20 uses
google.golang.org/protobuf/internal/filedesc (current package)
desc_lazy.go#L159: imp = PlaceholderFile(path)
placeholder.go#L31: type PlaceholderFile string
placeholder.go#L33: func (f PlaceholderFile) ParentFile() pref.FileDescriptor { return f }
placeholder.go#L34: func (f PlaceholderFile) Parent() pref.Descriptor { return nil }
placeholder.go#L35: func (f PlaceholderFile) Index() int { return 0 }
placeholder.go#L36: func (f PlaceholderFile) Syntax() pref.Syntax { return 0 }
placeholder.go#L37: func (f PlaceholderFile) Name() pref.Name { return "" }
placeholder.go#L38: func (f PlaceholderFile) FullName() pref.FullName { return "" }
placeholder.go#L39: func (f PlaceholderFile) IsPlaceholder() bool { return true }
placeholder.go#L40: func (f PlaceholderFile) Options() pref.ProtoMessage { return descopts.File }
placeholder.go#L41: func (f PlaceholderFile) Path() string { return string(f) }
placeholder.go#L42: func (f PlaceholderFile) Package() pref.FullName { return "" }
placeholder.go#L43: func (f PlaceholderFile) Imports() pref.FileImports { return emptyFiles }
placeholder.go#L44: func (f PlaceholderFile) Messages() pref.MessageDescriptors { return emptyMessages }
placeholder.go#L45: func (f PlaceholderFile) Enums() pref.EnumDescriptors { return emptyEnums }
placeholder.go#L46: func (f PlaceholderFile) Extensions() pref.ExtensionDescriptors { return emptyExtensions }
placeholder.go#L47: func (f PlaceholderFile) Services() pref.ServiceDescriptors { return emptyServices }
placeholder.go#L48: func (f PlaceholderFile) SourceLocations() pref.SourceLocations { return emptySourceLocations }
placeholder.go#L49: func (f PlaceholderFile) ProtoType(pref.FileDescriptor) { return }
placeholder.go#L50: func (f PlaceholderFile) ProtoInternal(pragma.DoNotImplement) { return }
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |