.LineDefProto border = 2;
| 2124 | |
| 2125 | // .LineDefProto border = 2; |
| 2126 | bool AreaRuleProto::has_border() const { |
| 2127 | return this != internal_default_instance() && border_ != NULL; |
| 2128 | } |
| 2129 | void AreaRuleProto::clear_border() { |
| 2130 | if (GetArenaNoVirtual() == NULL && border_ != NULL) delete border_; |
| 2131 | border_ = NULL; |
no outgoing calls
no test coverage detected