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#L84: func (fd *File) ProtoInternal(pragma.DoNotImplement)   {}
		desc.go#L416: func (xd *Extension) ProtoInternal(pragma.DoNotImplement)        {}
		desc.go#L456: func (sd *Service) ProtoInternal(pragma.DoNotImplement) {}
		desc.go#L474: func (md *Method) ProtoInternal(pragma.DoNotImplement) {}
		desc.go#L507: func (d *Base) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L25: func (p *FileImports) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L37: func (p *Names) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L89: func (p *EnumRanges) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L151: func (p *FieldRanges) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L241: func (p *FieldNumbers) ProtoInternal(pragma.DoNotImplement) {}
		desc_list.go#L257: func (p *OneofFields) ProtoInternal(pragma.DoNotImplement)              {}
		desc_list.go#L282: 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#L175: func (p *Fields) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L220: func (p *Oneofs) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L257: func (p *Extensions) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L294: func (p *Services) ProtoInternal(pragma.DoNotImplement) {}
		desc_list_gen.go#L331: 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#L107: func (m PlaceholderMessage) ProtoInternal(pragma.DoNotImplement)         { return }

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

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