optional .google.protobuf.SourceContext source_context = 5;
| 613 | |
| 614 | // optional .google.protobuf.SourceContext source_context = 5; |
| 615 | inline bool Api::has_source_context() const { |
| 616 | return this != internal_default_instance() && source_context_ != NULL; |
| 617 | } |
| 618 | inline void Api::clear_source_context() { |
| 619 | if (GetArenaNoVirtual() == NULL && source_context_ != NULL) delete source_context_; |
| 620 | source_context_ = NULL; |
nothing calls this directly
no outgoing calls
no test coverage detected