|
|
@ -591,16 +591,15 @@ class PROTOBUF_EXPORT Field final : public ::google::protobuf::Message |
|
|
|
public: |
|
|
|
public: |
|
|
|
void clear_options() ; |
|
|
|
void clear_options() ; |
|
|
|
::google::protobuf::Option* mutable_options(int index); |
|
|
|
::google::protobuf::Option* mutable_options(int index); |
|
|
|
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* mutable_options(); |
|
|
|
mutable_options(); |
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); |
|
|
|
public: |
|
|
|
public: |
|
|
|
const ::google::protobuf::Option& options(int index) const; |
|
|
|
const ::google::protobuf::Option& options(int index) const; |
|
|
|
::google::protobuf::Option* add_options(); |
|
|
|
::google::protobuf::Option* add_options(); |
|
|
|
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& options() const; |
|
|
|
options() const; |
|
|
|
|
|
|
|
// string name = 4;
|
|
|
|
// string name = 4;
|
|
|
|
void clear_name() ; |
|
|
|
void clear_name() ; |
|
|
|
const std::string& name() const; |
|
|
|
const std::string& name() const; |
|
|
@ -891,16 +890,15 @@ class PROTOBUF_EXPORT EnumValue final : public ::google::protobuf::Message |
|
|
|
public: |
|
|
|
public: |
|
|
|
void clear_options() ; |
|
|
|
void clear_options() ; |
|
|
|
::google::protobuf::Option* mutable_options(int index); |
|
|
|
::google::protobuf::Option* mutable_options(int index); |
|
|
|
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* mutable_options(); |
|
|
|
mutable_options(); |
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); |
|
|
|
public: |
|
|
|
public: |
|
|
|
const ::google::protobuf::Option& options(int index) const; |
|
|
|
const ::google::protobuf::Option& options(int index) const; |
|
|
|
::google::protobuf::Option* add_options(); |
|
|
|
::google::protobuf::Option* add_options(); |
|
|
|
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& options() const; |
|
|
|
options() const; |
|
|
|
|
|
|
|
// string name = 1;
|
|
|
|
// string name = 1;
|
|
|
|
void clear_name() ; |
|
|
|
void clear_name() ; |
|
|
|
const std::string& name() const; |
|
|
|
const std::string& name() const; |
|
|
@ -1100,16 +1098,15 @@ class PROTOBUF_EXPORT Type final : public ::google::protobuf::Message |
|
|
|
public: |
|
|
|
public: |
|
|
|
void clear_fields() ; |
|
|
|
void clear_fields() ; |
|
|
|
::google::protobuf::Field* mutable_fields(int index); |
|
|
|
::google::protobuf::Field* mutable_fields(int index); |
|
|
|
::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >* |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Field>* mutable_fields(); |
|
|
|
mutable_fields(); |
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>& _internal_fields() const; |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>& _internal_fields() const; |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Field>* _internal_mutable_fields(); |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Field>* _internal_mutable_fields(); |
|
|
|
public: |
|
|
|
public: |
|
|
|
const ::google::protobuf::Field& fields(int index) const; |
|
|
|
const ::google::protobuf::Field& fields(int index) const; |
|
|
|
::google::protobuf::Field* add_fields(); |
|
|
|
::google::protobuf::Field* add_fields(); |
|
|
|
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >& |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>& fields() const; |
|
|
|
fields() const; |
|
|
|
|
|
|
|
// repeated string oneofs = 3;
|
|
|
|
// repeated string oneofs = 3;
|
|
|
|
int oneofs_size() const; |
|
|
|
int oneofs_size() const; |
|
|
|
private: |
|
|
|
private: |
|
|
@ -1146,16 +1143,15 @@ class PROTOBUF_EXPORT Type final : public ::google::protobuf::Message |
|
|
|
public: |
|
|
|
public: |
|
|
|
void clear_options() ; |
|
|
|
void clear_options() ; |
|
|
|
::google::protobuf::Option* mutable_options(int index); |
|
|
|
::google::protobuf::Option* mutable_options(int index); |
|
|
|
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* mutable_options(); |
|
|
|
mutable_options(); |
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); |
|
|
|
public: |
|
|
|
public: |
|
|
|
const ::google::protobuf::Option& options(int index) const; |
|
|
|
const ::google::protobuf::Option& options(int index) const; |
|
|
|
::google::protobuf::Option* add_options(); |
|
|
|
::google::protobuf::Option* add_options(); |
|
|
|
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& options() const; |
|
|
|
options() const; |
|
|
|
|
|
|
|
// string name = 1;
|
|
|
|
// string name = 1;
|
|
|
|
void clear_name() ; |
|
|
|
void clear_name() ; |
|
|
|
const std::string& name() const; |
|
|
|
const std::string& name() const; |
|
|
@ -1390,16 +1386,15 @@ class PROTOBUF_EXPORT Enum final : public ::google::protobuf::Message |
|
|
|
public: |
|
|
|
public: |
|
|
|
void clear_enumvalue() ; |
|
|
|
void clear_enumvalue() ; |
|
|
|
::google::protobuf::EnumValue* mutable_enumvalue(int index); |
|
|
|
::google::protobuf::EnumValue* mutable_enumvalue(int index); |
|
|
|
::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >* |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>* mutable_enumvalue(); |
|
|
|
mutable_enumvalue(); |
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>& _internal_enumvalue() const; |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>& _internal_enumvalue() const; |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>* _internal_mutable_enumvalue(); |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>* _internal_mutable_enumvalue(); |
|
|
|
public: |
|
|
|
public: |
|
|
|
const ::google::protobuf::EnumValue& enumvalue(int index) const; |
|
|
|
const ::google::protobuf::EnumValue& enumvalue(int index) const; |
|
|
|
::google::protobuf::EnumValue* add_enumvalue(); |
|
|
|
::google::protobuf::EnumValue* add_enumvalue(); |
|
|
|
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >& |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>& enumvalue() const; |
|
|
|
enumvalue() const; |
|
|
|
|
|
|
|
// repeated .google.protobuf.Option options = 3;
|
|
|
|
// repeated .google.protobuf.Option options = 3;
|
|
|
|
int options_size() const; |
|
|
|
int options_size() const; |
|
|
|
private: |
|
|
|
private: |
|
|
@ -1408,16 +1403,15 @@ class PROTOBUF_EXPORT Enum final : public ::google::protobuf::Message |
|
|
|
public: |
|
|
|
public: |
|
|
|
void clear_options() ; |
|
|
|
void clear_options() ; |
|
|
|
::google::protobuf::Option* mutable_options(int index); |
|
|
|
::google::protobuf::Option* mutable_options(int index); |
|
|
|
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* mutable_options(); |
|
|
|
mutable_options(); |
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); |
|
|
|
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); |
|
|
|
public: |
|
|
|
public: |
|
|
|
const ::google::protobuf::Option& options(int index) const; |
|
|
|
const ::google::protobuf::Option& options(int index) const; |
|
|
|
::google::protobuf::Option* add_options(); |
|
|
|
::google::protobuf::Option* add_options(); |
|
|
|
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& |
|
|
|
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& options() const; |
|
|
|
options() const; |
|
|
|
|
|
|
|
// string name = 1;
|
|
|
|
// string name = 1;
|
|
|
|
void clear_name() ; |
|
|
|
void clear_name() ; |
|
|
|
const std::string& name() const; |
|
|
|
const std::string& name() const; |
|
|
|