.PathSymProto pathsym = 5;
| 1287 | |
| 1288 | // .PathSymProto pathsym = 5; |
| 1289 | bool LineRuleProto::has_pathsym() const { |
| 1290 | return this != internal_default_instance() && pathsym_ != NULL; |
| 1291 | } |
| 1292 | void LineRuleProto::clear_pathsym() { |
| 1293 | if (GetArenaNoVirtual() == NULL && pathsym_ != NULL) delete pathsym_; |
| 1294 | pathsym_ = NULL; |
no outgoing calls
no test coverage detected