optional .google.protobuf.Syntax syntax = 6;
| 1243 | |
| 1244 | // optional .google.protobuf.Syntax syntax = 6; |
| 1245 | inline void Type::clear_syntax() { |
| 1246 | syntax_ = 0; |
| 1247 | } |
| 1248 | inline ::google::protobuf::Syntax Type::syntax() const { |
| 1249 | // @@protoc_insertion_point(field_get:google.protobuf.Type.syntax) |
| 1250 | return static_cast< ::google::protobuf::Syntax >(syntax_); |
nothing calls this directly
no outgoing calls
no test coverage detected