.CaptionRuleProto caption = 5;
| 5276 | |
| 5277 | // .CaptionRuleProto caption = 5; |
| 5278 | bool DrawElementProto::has_caption() const { |
| 5279 | return this != internal_default_instance() && caption_ != NULL; |
| 5280 | } |
| 5281 | void DrawElementProto::clear_caption() { |
| 5282 | if (GetArenaNoVirtual() == NULL && caption_ != NULL) delete caption_; |
| 5283 | caption_ = NULL; |
no outgoing calls
no test coverage detected