optional .google.protobuf.Syntax syntax = 7;
| 682 | |
| 683 | // optional .google.protobuf.Syntax syntax = 7; |
| 684 | inline void Api::clear_syntax() { |
| 685 | syntax_ = 0; |
| 686 | } |
| 687 | inline ::google::protobuf::Syntax Api::syntax() const { |
| 688 | // @@protoc_insertion_point(field_get:google.protobuf.Api.syntax) |
| 689 | return static_cast< ::google::protobuf::Syntax >(syntax_); |
nothing calls this directly
no outgoing calls
no test coverage detected