| 1209 | width_ = 0; |
| 1210 | } |
| 1211 | double LineRuleProto::width() const { |
| 1212 | // @@protoc_insertion_point(field_get:LineRuleProto.width) |
| 1213 | return width_; |
| 1214 | } |
| 1215 | void LineRuleProto::set_width(double value) { |
| 1216 | |
| 1217 | width_ = value; |
no outgoing calls
no test coverage detected