Lines Matching defs:MethodOptions
51 class MethodOptions;
1340 // optional .google.protobuf.MethodOptions options = 4;
1344 inline const ::google::protobuf::MethodOptions& options() const;
1345 inline ::google::protobuf::MethodOptions* mutable_options();
1358 ::google::protobuf::MethodOptions* options_;
2123 class LIBPROTOBUF_EXPORT MethodOptions : public ::google::protobuf::Message {
2125 MethodOptions();
2126 virtual ~MethodOptions();
2128 MethodOptions(const MethodOptions& from);
2130 inline MethodOptions& operator=(const MethodOptions& from) {
2144 static const MethodOptions& default_instance();
2146 void Swap(MethodOptions* other);
2150 MethodOptions* New() const;
2153 void CopyFrom(const MethodOptions& from);
2154 void MergeFrom(const MethodOptions& from);
2189 GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(MethodOptions)
2190 // @@protoc_insertion_point(class_scope:google.protobuf.MethodOptions)
2215 static MethodOptions* default_instance_;
3591 // optional .google.protobuf.MethodOptions options = 4;
3596 if (options_ != NULL) options_->::google::protobuf::MethodOptions::Clear();
3599 inline const ::google::protobuf::MethodOptions& MethodDescriptorProto::options() const {
3602 inline ::google::protobuf::MethodOptions* MethodDescriptorProto::mutable_options() {
3604 if (options_ == NULL) options_ = new ::google::protobuf::MethodOptions;
4072 // MethodOptions
4075 inline int MethodOptions::uninterpreted_option_size() const {
4078 inline void MethodOptions::clear_uninterpreted_option() {
4081 inline const ::google::protobuf::UninterpretedOption& MethodOptions::uninterpreted_option(int index) const {
4084 inline ::google::protobuf::UninterpretedOption* MethodOptions::mutable_uninterpreted_option(int index) {
4087 inline ::google::protobuf::UninterpretedOption* MethodOptions::add_uninterpreted_option() {
4091 MethodOptions::uninterpreted_option() const {
4095 MethodOptions::mutable_uninterpreted_option() {