.PathSymProto pathsym = 5;
| 2084 | |
| 2085 | // .PathSymProto pathsym = 5; |
| 2086 | inline bool LineRuleProto::has_pathsym() const { |
| 2087 | return this != internal_default_instance() && pathsym_ != NULL; |
| 2088 | } |
| 2089 | inline void LineRuleProto::clear_pathsym() { |
| 2090 | if (GetArenaNoVirtual() == NULL && pathsym_ != NULL) delete pathsym_; |
| 2091 | pathsym_ = NULL; |
no outgoing calls
no test coverage detected