Searched defs:DoNotImplement (Results 1 – 3 of 3) sorted by relevance
50 func (f PlaceholderFile) ProtoInternal(pragma.DoNotImplement) { return }67 func (e PlaceholderEnum) ProtoInternal(pragma.DoNotImplement) { return }82 func (e PlaceholderEnumValue) ProtoInternal(pragma.DoNotImplement) { return }109 func (m PlaceholderMessage) ProtoInternal(pragma.DoNotImplement) { return }
27 func (p *FileImports) ProtoInternal(pragma.DoNotImplement) {}
19 type DoNotImplement interface{ ProtoInternal(DoNotImplement) } argument