()
| 133 | } |
| 134 | |
| 135 | func (m *Field) GetParam() *Parameter { |
| 136 | if m != nil { |
| 137 | return m.Param |
| 138 | } |
| 139 | return nil |
| 140 | } |
| 141 | |
| 142 | // XXX_OneofFuncs is for the internal use of the proto package. |
| 143 | func (*Field) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { |
no outgoing calls
no test coverage detected