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#L85: func (fd *File) ProtoInternal(pragma.DoNotImplement)           {}
		desc.go#L412: func (xd *Extension) ProtoInternal(pragma.DoNotImplement)               {}
		desc.go#L452: func (sd *Service) ProtoInternal(pragma.DoNotImplement)      {}
		desc.go#L470: func (md *Method) ProtoInternal(pragma.DoNotImplement)     {}
		desc.go#L503: 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#L39: func (p *Enums) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L83: func (p *EnumValues) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L124: func (p *Messages) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L182: func (p *Fields) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L231: func (p *Oneofs) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L268: func (p *Extensions) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L305: func (p *Services) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L342: func (p *Methods) ProtoInternal(pragma.DoNotImplement) {}
		placeholder.go#L50: func (f PlaceholderFile) ProtoInternal(pragma.DoNotImplement)           { return }
		placeholder.go#L67: func (e PlaceholderEnum) ProtoInternal(pragma.DoNotImplement)       { return }
		placeholder.go#L82: func (e PlaceholderEnumValue) ProtoInternal(pragma.DoNotImplement)        { return }
		placeholder.go#L109: func (m PlaceholderMessage) ProtoInternal(pragma.DoNotImplement)           { return }

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

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