MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / clear_syntax

Method clear_syntax

libapp2sys/prebuilt/include/google/protobuf/type.pb.h:1245–1247  ·  view source on GitHub ↗

optional .google.protobuf.Syntax syntax = 6;

Source from the content-addressed store, hash-verified

1243
1244// optional .google.protobuf.Syntax syntax = 6;
1245inline void Type::clear_syntax() {
1246 syntax_ = 0;
1247}
1248inline ::google::protobuf::Syntax Type::syntax() const {
1249 // @@protoc_insertion_point(field_get:google.protobuf.Type.syntax)
1250 return static_cast< ::google::protobuf::Syntax >(syntax_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected