Home | History | Annotate | Download | only in protobuf

Lines Matching refs:MethodOptions

57 class MethodOptions;
1773 // optional .google.protobuf.MethodOptions options = 4;
1777 const ::google::protobuf::MethodOptions& options() const;
1778 ::google::protobuf::MethodOptions* mutable_options();
1779 ::google::protobuf::MethodOptions* release_options();
1780 void set_allocated_options(::google::protobuf::MethodOptions* options);
1817 ::google::protobuf::MethodOptions* options_;
2788 class LIBPROTOBUF_EXPORT MethodOptions : public ::google::protobuf::Message {
2790 MethodOptions();
2791 virtual ~MethodOptions();
2793 MethodOptions(const MethodOptions& from);
2795 inline MethodOptions& operator=(const MethodOptions& from) {
2809 static const MethodOptions& default_instance();
2811 void Swap(MethodOptions* other);
2815 inline MethodOptions* New() const { return New(NULL); }
2817 MethodOptions* New(::google::protobuf::Arena* arena) const;
2820 void CopyFrom(const MethodOptions& from);
2821 void MergeFrom(const MethodOptions& from);
2836 void InternalSwap(MethodOptions* other);
2871 GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(MethodOptions)
2872 // @@protoc_insertion_point(class_scope:google.protobuf.MethodOptions)
2889 static MethodOptions* default_instance_;
5665 // optional .google.protobuf.MethodOptions options = 4;
5676 if (options_ != NULL) options_->::google::protobuf::MethodOptions::Clear();
5679 inline const ::google::protobuf::MethodOptions& MethodDescriptorProto::options() const {
5683 inline ::google::protobuf::MethodOptions* MethodDescriptorProto::mutable_options() {
5686 options_ = new ::google::protobuf::MethodOptions;
5691 inline ::google::protobuf::MethodOptions* MethodDescriptorProto::release_options() {
5694 ::google::protobuf::MethodOptions* temp = options_;
5698 inline void MethodDescriptorProto::set_allocated_options(::google::protobuf::MethodOptions* options) {
6788 // MethodOptions
6791 inline bool MethodOptions::has_deprecated() const {
6794 inline void MethodOptions::set_has_deprecated() {
6797 inline void MethodOptions::clear_has_deprecated() {
6800 inline void MethodOptions::clear_deprecated() {
6804 inline bool MethodOptions::deprecated() const {
6805 // @@protoc_insertion_point(field_get:google.protobuf.MethodOptions.deprecated)
6808 inline void MethodOptions::set_deprecated(bool value) {
6811 // @@protoc_insertion_point(field_set:google.protobuf.MethodOptions.deprecated)
6815 inline int MethodOptions::uninterpreted_option_size() const {
6818 inline void MethodOptions::clear_uninterpreted_option() {
6821 inline const ::google::protobuf::UninterpretedOption& MethodOptions::uninterpreted_option(int index) const {
6822 // @@protoc_insertion_point(field_get:google.protobuf.MethodOptions.uninterpreted_option)
6825 inline ::google::protobuf::UninterpretedOption* MethodOptions::mutable_uninterpreted_option(int index) {
6826 // @@protoc_insertion_point(field_mutable:google.protobuf.MethodOptions.uninterpreted_option)
6829 inline ::google::protobuf::UninterpretedOption* MethodOptions::add_uninterpreted_option() {
6830 // @@protoc_insertion_point(field_add:google.protobuf.MethodOptions.uninterpreted_option)
6834 MethodOptions
6835 // @@protoc_insertion_point(field_mutable_list:google.protobuf.MethodOptions.uninterpreted_option)
6839 MethodOptions::uninterpreted_option() const {
6840 // @@protoc_insertion_point(field_list:google.protobuf.MethodOptions.uninterpreted_option)