| 434 | dd_.Clear(); |
| 435 | } |
| 436 | double DashDotProto::dd(int index) const { |
| 437 | // @@protoc_insertion_point(field_get:DashDotProto.dd) |
| 438 | return dd_.Get(index); |
| 439 | } |
| 440 | void DashDotProto::set_dd(int index, double value) { |
| 441 | dd_.Set(index, value); |
| 442 | // @@protoc_insertion_point(field_set:DashDotProto.dd) |
no test coverage detected