(dAtA []byte, offset int, v uint64)
| 941 | } |
| 942 | |
| 943 | func encodeVarintTypes(dAtA []byte, offset int, v uint64) int { |
| 944 | for v >= 1<<7 { |
| 945 | dAtA[offset] = uint8(v&0x7f | 0x80) |
| 946 | v >>= 7 |
| 947 | offset++ |
| 948 | } |
| 949 | dAtA[offset] = uint8(v) |
| 950 | return offset + 1 |
| 951 | } |
| 952 | func (m *IntervalDurationField) Size() (n int) { |
| 953 | if m == nil { |
| 954 | return 0 |