type google.golang.org/protobuf/internal/filedesc.PlaceholderFile

21 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() protoreflect.FileDescriptor       { return f }
		placeholder.go#L34: func (f PlaceholderFile) Parent() protoreflect.Descriptor               { return nil }
		placeholder.go#L35: func (f PlaceholderFile) Index() int                                    { return 0 }
		placeholder.go#L36: func (f PlaceholderFile) Syntax() protoreflect.Syntax                   { return 0 }
		placeholder.go#L37: func (f PlaceholderFile) Name() protoreflect.Name                       { return "" }
		placeholder.go#L38: func (f PlaceholderFile) FullName() protoreflect.FullName               { return "" }
		placeholder.go#L39: func (f PlaceholderFile) IsPlaceholder() bool                           { return true }
		placeholder.go#L40: func (f PlaceholderFile) Options() protoreflect.ProtoMessage            { return descopts.File }
		placeholder.go#L41: func (f PlaceholderFile) Path() string                                  { return string(f) }
		placeholder.go#L42: func (f PlaceholderFile) Package() protoreflect.FullName                { return "" }
		placeholder.go#L43: func (f PlaceholderFile) Imports() protoreflect.FileImports             { return emptyFiles }
		placeholder.go#L44: func (f PlaceholderFile) Messages() protoreflect.MessageDescriptors     { return emptyMessages }
		placeholder.go#L45: func (f PlaceholderFile) Enums() protoreflect.EnumDescriptors           { return emptyEnums }
		placeholder.go#L46: func (f PlaceholderFile) Extensions() protoreflect.ExtensionDescriptors { return emptyExtensions }
		placeholder.go#L47: func (f PlaceholderFile) Services() protoreflect.ServiceDescriptors     { return emptyServices }
		placeholder.go#L48: func (f PlaceholderFile) SourceLocations() protoreflect.SourceLocations { return emptySourceLocations }
		placeholder.go#L49: func (f PlaceholderFile) ProtoType(protoreflect.FileDescriptor)         { return }
		placeholder.go#L50: func (f PlaceholderFile) ProtoInternal(pragma.DoNotImplement)           { return }

	google.golang.org/protobuf/reflect/protodesc
		desc.go#L130: 			f = filedesc.PlaceholderFile(path)