.CaptionDefProto primary = 1;
| 3355 | |
| 3356 | // .CaptionDefProto primary = 1; |
| 3357 | bool CaptionRuleProto::has_primary() const { |
| 3358 | return this != internal_default_instance() && primary_ != NULL; |
| 3359 | } |
| 3360 | void CaptionRuleProto::clear_primary() { |
| 3361 | if (GetArenaNoVirtual() == NULL && primary_ != NULL) delete primary_; |
| 3362 | primary_ = NULL; |
no outgoing calls
no test coverage detected