Home
last modified time | relevance | path

Searched refs:DoNotImplement (Results 1 – 11 of 11) sorted by relevance

/external/golang-protobuf/internal/pragma/
Dpragma.go19 type DoNotImplement interface{ ProtoInternal(DoNotImplement) } interface
/external/golang-protobuf/internal/filedesc/
Ddesc_list_gen.go39 func (p *Enums) ProtoInternal(pragma.DoNotImplement) {}
83 func (p *EnumValues) ProtoInternal(pragma.DoNotImplement) {}
124 func (p *Messages) ProtoInternal(pragma.DoNotImplement) {}
182 func (p *Fields) ProtoInternal(pragma.DoNotImplement) {}
231 func (p *Oneofs) ProtoInternal(pragma.DoNotImplement) {}
268 func (p *Extensions) ProtoInternal(pragma.DoNotImplement) {}
305 func (p *Services) ProtoInternal(pragma.DoNotImplement) {}
342 func (p *Methods) ProtoInternal(pragma.DoNotImplement) {}
Dplaceholder.go50 func (f PlaceholderFile) ProtoInternal(pragma.DoNotImplement) { return } argument
67 func (e PlaceholderEnum) ProtoInternal(pragma.DoNotImplement) { return } argument
82 func (e PlaceholderEnumValue) ProtoInternal(pragma.DoNotImplement) { return } argument
109 func (m PlaceholderMessage) ProtoInternal(pragma.DoNotImplement) { return } argument
Ddesc_list.go27 func (p *FileImports) ProtoInternal(pragma.DoNotImplement) {} argument
39 func (p *Names) ProtoInternal(pragma.DoNotImplement) {}
91 func (p *EnumRanges) ProtoInternal(pragma.DoNotImplement) {}
153 func (p *FieldRanges) ProtoInternal(pragma.DoNotImplement) {}
243 func (p *FieldNumbers) ProtoInternal(pragma.DoNotImplement) {}
269 func (p *OneofFields) ProtoInternal(pragma.DoNotImplement) {}
437 func (p *SourceLocations) ProtoInternal(pragma.DoNotImplement) {}
Ddesc.go85 func (fd *File) ProtoInternal(pragma.DoNotImplement) {}
412 func (xd *Extension) ProtoInternal(pragma.DoNotImplement) {}
452 func (sd *Service) ProtoInternal(pragma.DoNotImplement) {}
470 func (md *Method) ProtoInternal(pragma.DoNotImplement) {}
503 func (d *Base) ProtoInternal(pragma.DoNotImplement) {}
/external/golang-protobuf/reflect/protoreflect/
Dproto.go141 type doNotImplement pragma.DoNotImplement
/external/golang-protobuf/internal/cmd/generate-types/
Dmain.go151 func (p *{{$nameList}}) ProtoInternal(pragma.DoNotImplement) {}
/external/golang-protobuf/internal/impl/
Dlegacy_extension.go176 func (x placeholderExtension) ProtoInternal(pragma.DoNotImplement) { return }
Dlegacy_test.go483 pragma.DoNotImplement
Dlegacy_file_test.go406 pragma.DoNotImplement
/external/golang-protobuf/internal/descfmt/
Dstringer.go22 pragma.DoNotImplement