(dAtA []byte, v uint64)
| 209 | return dAtA |
| 210 | } |
| 211 | func encodeVarintPopulateTimestamp(dAtA []byte, v uint64) []byte { |
| 212 | for v >= 1<<7 { |
| 213 | dAtA = append(dAtA, uint8(uint64(v)&0x7f|0x80)) |
| 214 | v >>= 7 |
| 215 | } |
| 216 | dAtA = append(dAtA, uint8(v)) |
| 217 | return dAtA |
| 218 | } |
| 219 | func (m *Timestamp) Size() (n int) { |
| 220 | if m == nil { |
| 221 | return 0 |
no outgoing calls
no test coverage detected