Home | History | Annotate | Download | only in protobuf

Lines Matching refs:MethodOptions

53 class MethodOptions;
1382 // optional .google.protobuf.MethodOptions options = 4;
1386 inline const ::google::protobuf::MethodOptions& options() const;
1387 inline ::google::protobuf::MethodOptions* mutable_options();
1388 inline ::google::protobuf::MethodOptions* release_options();
1389 inline void set_allocated_options(::google::protobuf::MethodOptions* options);
1407 ::google::protobuf::MethodOptions* options_;
2199 class LIBPROTOBUF_EXPORT MethodOptions : public ::google::protobuf::Message {
2201 MethodOptions();
2202 virtual ~MethodOptions();
2204 MethodOptions(const MethodOptions& from);
2206 inline MethodOptions& operator=(const MethodOptions& from) {
2220 static const MethodOptions& default_instance();
2222 void Swap(MethodOptions* other);
2226 MethodOptions* New() const;
2229 void CopyFrom(const MethodOptions& from);
2230 void MergeFrom(const MethodOptions& from);
2265 GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(MethodOptions)
2266 // @@protoc_insertion_point(class_scope:google.protobuf.MethodOptions)
2283 static MethodOptions* default_instance_;
4504 // optional .google.protobuf.MethodOptions options = 4;
4515 if (options_ != NULL) options_->::google::protobuf::MethodOptions::Clear();
4518 inline const ::google::protobuf::MethodOptions& MethodDescriptorProto::options() const {
4521 inline ::google::protobuf::MethodOptions* MethodDescriptorProto::mutable_options() {
4523 if (options_ == NULL) options_ = new ::google::protobuf::MethodOptions;
4526 inline ::google::protobuf::MethodOptions* MethodDescriptorProto::release_options() {
4528 ::google::protobuf::MethodOptions* temp = options_;
4532 inline void MethodDescriptorProto::set_allocated_options(::google::protobuf::MethodOptions* options) {
5308 // MethodOptions
5311 inline int MethodOptions::uninterpreted_option_size() const {
5314 inline void MethodOptions::clear_uninterpreted_option() {
5317 inline const ::google::protobuf::UninterpretedOption& MethodOptions::uninterpreted_option(int index) const {
5320 inline ::google::protobuf::UninterpretedOption* MethodOptions::mutable_uninterpreted_option(int index) {
5323 inline ::google::protobuf::UninterpretedOption* MethodOptions::add_uninterpreted_option() {
5327 MethodOptions::uninterpreted_option() const {
5331 MethodOptions::mutable_uninterpreted_option() {