.PathTextRuleProto path_text = 7;
| 5354 | |
| 5355 | // .PathTextRuleProto path_text = 7; |
| 5356 | bool DrawElementProto::has_path_text() const { |
| 5357 | return this != internal_default_instance() && path_text_ != NULL; |
| 5358 | } |
| 5359 | void DrawElementProto::clear_path_text() { |
| 5360 | if (GetArenaNoVirtual() == NULL && path_text_ != NULL) delete path_text_; |
| 5361 | path_text_ = NULL; |
no outgoing calls
no test coverage detected