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

Method clear_syntax

libapp2sys/prebuilt/include/google/protobuf/api.pb.h:684–686  ·  view source on GitHub ↗

optional .google.protobuf.Syntax syntax = 7;

Source from the content-addressed store, hash-verified

682
683// optional .google.protobuf.Syntax syntax = 7;
684inline void Api::clear_syntax() {
685 syntax_ = 0;
686}
687inline ::google::protobuf::Syntax Api::syntax() const {
688 // @@protoc_insertion_point(field_get:google.protobuf.Api.syntax)
689 return static_cast< ::google::protobuf::Syntax >(syntax_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected