| 386 | } |
| 387 | |
| 388 | void DashDotProto::MergeFrom(const DashDotProto& from) { |
| 389 | // @@protoc_insertion_point(class_specific_merge_from_start:DashDotProto) |
| 390 | GOOGLE_DCHECK_NE(&from, this); |
| 391 | _internal_metadata_.MergeFrom(from._internal_metadata_); |
| 392 | ::google::protobuf::uint32 cached_has_bits = 0; |
| 393 | (void) cached_has_bits; |
| 394 | |
| 395 | dd_.MergeFrom(from.dd_); |
| 396 | if (from.offset() != 0) { |
| 397 | set_offset(from.offset()); |
| 398 | } |
| 399 | } |
| 400 | |
| 401 | void DashDotProto::CopyFrom(const DashDotProto& from) { |
| 402 | // @@protoc_insertion_point(class_specific_copy_from_start:DashDotProto) |
no test coverage detected