Searched defs:MethodDescriptorProto (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc237 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, name_),
238 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, input_type_),
239 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, output_type_),
240 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, options_),
245 MethodDescriptorProto::default_instance_,
247 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, _has_bits_[0]),
248 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, _unknown_fields_),
252 sizeof(MethodDescriptorProto));
438 MethodDescriptorProto_descriptor_, &MethodDescriptorProto::default_instance());
478 delete MethodDescriptorProto
3748 MethodDescriptorProto::MethodDescriptorProto() function in class:google::protobuf::MethodDescriptorProto
3757 MethodDescriptorProto::MethodDescriptorProto(const MethodDescriptorProto& from) function in class:google::protobuf::MethodDescriptorProto
[all...]
H A Ddescriptor.pb.h44 class MethodDescriptorProto;
1206 // repeated .google.protobuf.MethodDescriptorProto method = 2;
1210 inline const ::google::protobuf::MethodDescriptorProto& method(int index) const;
1211 inline ::google::protobuf::MethodDescriptorProto* mutable_method(int index);
1212 inline ::google::protobuf::MethodDescriptorProto* add_method();
1213 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto >&
1215 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto >*
1232 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_;
1256 class LIBPROTOBUF_EXPORT MethodDescriptorProto : public ::google::protobuf::Message { class in namespace:google::protobuf
1258 MethodDescriptorProto();
[all...]

Completed in 394 milliseconds