.DashDotProto dashdot = 3;
| 1234 | |
| 1235 | // .DashDotProto dashdot = 3; |
| 1236 | bool LineRuleProto::has_dashdot() const { |
| 1237 | return this != internal_default_instance() && dashdot_ != NULL; |
| 1238 | } |
| 1239 | void LineRuleProto::clear_dashdot() { |
| 1240 | if (GetArenaNoVirtual() == NULL && dashdot_ != NULL) delete dashdot_; |
| 1241 | dashdot_ = NULL; |
no outgoing calls
no test coverage detected