type google.golang.org/protobuf/internal/pragma.DoNotImplement

29 uses

	google.golang.org/protobuf/internal/pragma (current package)
		pragma.go#L19: type DoNotImplement interface{ ProtoInternal(DoNotImplement) }

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L22: 	pragma.DoNotImplement

	google.golang.org/protobuf/internal/filedesc
		desc.go#L151: func (fd *File) ProtoInternal(pragma.DoNotImplement)           {}
		desc.go#L498: func (xd *Extension) ProtoInternal(pragma.DoNotImplement)               {}
		desc.go#L538: func (sd *Service) ProtoInternal(pragma.DoNotImplement)      {}
		desc.go#L556: func (md *Method) ProtoInternal(pragma.DoNotImplement)     {}
		desc.go#L590: func (d *Base) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L27: func (p *FileImports) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L39: func (p *Names) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L91: func (p *EnumRanges) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L153: func (p *FieldRanges) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L243: func (p *FieldNumbers) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L269: func (p *OneofFields) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L437: func (p *SourceLocations) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L40: func (p *Enums) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L84: func (p *EnumValues) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L125: func (p *Messages) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L183: func (p *Fields) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L242: func (p *Oneofs) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L279: func (p *Extensions) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L316: func (p *Services) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L353: func (p *Methods) ProtoInternal(pragma.DoNotImplement) {}
		placeholder.go#L50: func (f PlaceholderFile) ProtoInternal(pragma.DoNotImplement)           { return }
		placeholder.go#L68: func (e PlaceholderEnum) ProtoInternal(pragma.DoNotImplement)       { return }
		placeholder.go#L83: func (e PlaceholderEnumValue) ProtoInternal(pragma.DoNotImplement)        { return }
		placeholder.go#L110: func (m PlaceholderMessage) ProtoInternal(pragma.DoNotImplement)           { return }

	google.golang.org/protobuf/internal/impl
		legacy_extension.go#L177: func (x placeholderExtension) ProtoInternal(pragma.DoNotImplement)                { return }

	google.golang.org/protobuf/reflect/protoreflect
		proto.go#L143: type doNotImplement pragma.DoNotImplement