Home
last modified time | relevance | path

Searched defs:ProtoInternal (Results 1 – 6 of 6) sorted by relevance

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