Searched refs:MethodDescriptorProto (Results 1 - 20 of 20) sorted by relevance

/external/protobuf/src/google/protobuf/
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...]
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.h82 class MethodDescriptorProto;
766 void CopyTo(MethodDescriptorProto* proto) const;
H A Ddescriptor.cc1468 void MethodDescriptor::CopyTo(MethodDescriptorProto* proto) const {
2019 void BuildMethod(const MethodDescriptorProto& proto,
2039 const MethodDescriptorProto& proto);
2168 const MethodDescriptorProto& proto);
3311 void DescriptorBuilder::BuildMethod(const MethodDescriptorProto& proto,
3584 MethodDescriptor* method, const MethodDescriptorProto& proto) {
3733 const MethodDescriptorProto& proto) {
H A Ddescriptor_unittest.cc148 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service,
152 MethodDescriptorProto* result = service->add_method();
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h46 class MethodDescriptorProto;
1246 // repeated .google.protobuf.MethodDescriptorProto method = 2;
1250 inline const ::google::protobuf::MethodDescriptorProto& method(int index) const;
1251 inline ::google::protobuf::MethodDescriptorProto* mutable_method(int index);
1252 inline ::google::protobuf::MethodDescriptorProto* add_method();
1253 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto >&
1255 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto >*
1277 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_;
1292 class LIBPROTOBUF_EXPORT MethodDescriptorProto : public ::google::protobuf::Message { class in namespace:google::protobuf
1294 MethodDescriptorProto();
[all...]
H A Ddescriptor.pb.cc252 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, name_),
253 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, input_type_),
254 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, output_type_),
255 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, options_),
260 MethodDescriptorProto::default_instance_,
262 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, _has_bits_[0]),
263 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodDescriptorProto, _unknown_fields_),
267 sizeof(MethodDescriptorProto));
493 MethodDescriptorProto_descriptor_, &MethodDescriptorProto::default_instance());
537 delete MethodDescriptorProto
3969 MethodDescriptorProto::MethodDescriptorProto() function in class:google::protobuf::MethodDescriptorProto
3978 MethodDescriptorProto::MethodDescriptorProto(const MethodDescriptorProto& from) function in class:google::protobuf::MethodDescriptorProto
[all...]
H A Ddescriptor.h86 class MethodDescriptorProto;
845 void CopyTo(MethodDescriptorProto* proto) const;
H A Ddescriptor.cc1612 void MethodDescriptor::CopyTo(MethodDescriptorProto* proto) const {
2323 void BuildMethod(const MethodDescriptorProto& proto,
2343 const MethodDescriptorProto& proto);
2490 const MethodDescriptorProto& proto);
3705 void DescriptorBuilder::BuildMethod(const MethodDescriptorProto& proto,
3978 MethodDescriptor* method, const MethodDescriptorProto& proto) {
4179 const MethodDescriptorProto& proto) {
H A Ddescriptor_unittest.cc150 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service,
154 MethodDescriptorProto* result = service->add_method();
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h256 bool ParseServiceMethod(MethodDescriptorProto* method);
H A Dparser.cc943 bool Parser::ParseServiceMethod(MethodDescriptorProto* method) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h356 bool ParseServiceMethod(MethodDescriptorProto* method,
H A Dparser.cc1367 bool Parser::ParseServiceMethod(MethodDescriptorProto* method,
1373 MethodDescriptorProto::kNameFieldNumber);
1383 MethodDescriptorProto::kInputTypeFieldNumber);
1395 MethodDescriptorProto::kOutputTypeFieldNumber);
1405 MethodDescriptorProto::kOptionsFieldNumber,
H A Dparser_unittest.cc2013 const MethodDescriptorProto& bar = file_.service(0).method(0);
2014 const MethodDescriptorProto& baz = file_.service(0).method(1);
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java1415 public MethodDescriptorProto toProto() { return proto; }
1444 private MethodDescriptorProto proto;
1453 private MethodDescriptor(final MethodDescriptorProto proto,
1487 private void setProto(final MethodDescriptorProto proto) {
/external/chromium_org/third_party/protobuf/
H A Ddescriptor_pb2.py12 serialized_pb='\n google/protobuf/descriptor.proto\x12\x0fgoogle.protobuf\"G\n\x11\x46ileDescriptorSet\x12\x32\n\x04\x66ile\x18\x01 \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xdc\x02\n\x13\x46ileDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07package\x18\x02 \x01(\t\x12\x12\n\ndependency\x18\x03 \x03(\t\x12\x36\n\x0cmessage_type\x18\x04 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x05 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12\x38\n\x07service\x18\x06 \x03(\x0b\x32\'.google.protobuf.ServiceDescriptorProto\x12\x38\n\textension\x18\x07 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12-\n\x07options\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.FileOptions\"\xa9\x03\n\x0f\x44\x65scriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x05\x66ield\x18\x02 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12\x38\n\textension\x18\x06 \x03(\x0b\x32%.google.protobuf.FieldDescriptorProto\x12\x35\n\x0bnested_type\x18\x03 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x04 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12H\n\x0f\x65xtension_range\x18\x05 \x03(\x0b\x32/.google.protobuf.DescriptorProto.ExtensionRange\x12\x30\n\x07options\x18\x07 \x01(\x0b\x32\x1f.google.protobuf.MessageOptions\x1a,\n\x0e\x45xtensionRange\x12\r\n\x05start\x18\x01 \x01(\x05\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x05\"\x94\x05\n\x14\x46ieldDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06number\x18\x03 \x01(\x05\x12:\n\x05label\x18\x04 \x01(\x0e\x32+.google.protobuf.FieldDescriptorProto.Label\x12\x38\n\x04type\x18\x05 \x01(\x0e\x32*.google.protobuf.FieldDescriptorProto.Type\x12\x11\n\ttype_name\x18\x06 \x01(\t\x12\x10\n\x08\x65xtendee\x18\x02 \x01(\t\x12\x15\n\rdefault_value\x18\x07 \x01(\t\x12.\n\x07options\x18\x08 \x01(\x0b\x32\x1d.google.protobuf.FieldOptions\"\xb6\x02\n\x04Type\x12\x0f\n\x0bTYPE_DOUBLE\x10\x01\x12\x0e\n\nTYPE_FLOAT\x10\x02\x12\x0e\n\nTYPE_INT64\x10\x03\x12\x0f\n\x0bTYPE_UINT64\x10\x04\x12\x0e\n\nTYPE_INT32\x10\x05\x12\x10\n\x0cTYPE_FIXED64\x10\x06\x12\x10\n\x0cTYPE_FIXED32\x10\x07\x12\r\n\tTYPE_BOOL\x10\x08\x12\x0f\n\x0bTYPE_STRING\x10\t\x12\x0e\n\nTYPE_GROUP\x10\n\x12\x10\n\x0cTYPE_MESSAGE\x10\x0b\x12\x0e\n\nTYPE_BYTES\x10\x0c\x12\x0f\n\x0bTYPE_UINT32\x10\r\x12\r\n\tTYPE_ENUM\x10\x0e\x12\x11\n\rTYPE_SFIXED32\x10\x0f\x12\x11\n\rTYPE_SFIXED64\x10\x10\x12\x0f\n\x0bTYPE_SINT32\x10\x11\x12\x0f\n\x0bTYPE_SINT64\x10\x12\"C\n\x05Label\x12\x12\n\x0eLABEL_OPTIONAL\x10\x01\x12\x12\n\x0eLABEL_REQUIRED\x10\x02\x12\x12\n\x0eLABEL_REPEATED\x10\x03\"\x8c\x01\n\x13\x45numDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x03(\x0b\x32).google.protobuf.EnumValueDescriptorProto\x12-\n\x07options\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.EnumOptions\"l\n\x18\x45numValueDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06number\x18\x02 \x01(\x05\x12\x32\n\x07options\x18\x03 \x01(\x0b\x32!.google.protobuf.EnumValueOptions\"\x90\x01\n\x16ServiceDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x36\n\x06method\x18\x02 \x03(\x0b\x32&.google.protobuf.MethodDescriptorProto\x12\x30\n\x07options\x18\x03 \x01(\x0b\x32\x1f.google.protobuf.ServiceOptions\"\x7f\n\x15MethodDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\ninput_type\x18\x02 \x01(\t\x12\x13\n\x0boutput_type\x18\x03 \x01(\t\x12/\n\x07options\x18\x04 \x01(\x0b\x32\x1e.google.protobuf.MethodOptions\"\xa4\x03\n\x0b\x46ileOptions\x12\x14\n\x0cjava_package\x18\x01 \x01(\t\x12\x1c\n\x14java_outer_classname\x18\x08 \x01(\t\x12\"\n\x13java_multiple_files\x18\n \x01(\x08:\x05\x66\x61lse\x12\x46\n\x0coptimize_for\x18\t \x01(\x0e\x32).google.protobuf.FileOptions.OptimizeMode:\x05SPEED\x12!\n\x13\x63\x63_generic_services\x18\x10 \x01(\x08:\x04true\x12#\n\x15java_generic_services\x18\x11 \x01(\x08:\x04true\x12!\n\x13py_generic_services\x18\x12 \x01(\x08:\x04true\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption\":\n\x0cOptimizeMode\x12\t\n\x05SPEED\x10\x01\x12\r\n\tCODE_SIZE\x10\x02\x12\x10\n\x0cLITE_RUNTIME\x10\x03*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\xb8\x01\n\x0eMessageOptions\x12&\n\x17message_set_wire_format\x18\x01 \x01(\x08:\x05\x66\x61lse\x12.\n\x1fno_standard_descriptor_accessor\x18\x02 \x01(\x08:\x05\x66\x61lse\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\x94\x02\n\x0c\x46ieldOptions\x12:\n\x05\x63type\x18\x01 \x01(\x0e\x32#.google.protobuf.FieldOptions.CType:\x06STRING\x12\x0e\n\x06packed\x18\x02 \x01(\x08\x12\x19\n\ndeprecated\x18\x03 \x01(\x08:\x05\x66\x61lse\x12\x1c\n\x14\x65xperimental_map_key\x18\t \x01(\t\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption\"/\n\x05\x43Type\x12\n\n\x06STRING\x10\x00\x12\x08\n\x04\x43ORD\x10\x01\x12\x10\n\x0cSTRING_PIECE\x10\x02*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"]\n\x0b\x45numOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"b\n\x10\x45numValueOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"`\n\x0eServiceOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"_\n\rMethodOptions\x12\x43\n\x14uninterpreted_option\x18\xe7\x07 \x03(\x0b\x32$.google.protobuf.UninterpretedOption*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\"\x85\x02\n\x13UninterpretedOption\x12;\n\x04name\x18\x02 \x03(\x0b\x32-.google.protobuf.UninterpretedOption.NamePart\x12\x18\n\x10identifier_value\x18\x03 \x01(\t\x12\x1a\n\x12positive_int_value\x18\x04 \x01(\x04\x12\x1a\n\x12negative_int_value\x18\x05 \x01(\x03\x12\x14\n\x0c\x64ouble_value\x18\x06 \x01(\x01\x12\x14\n\x0cstring_value\x18\x07 \x01(\x0c\x1a\x33\n\x08NamePart\x12\x11\n\tname_part\x18\x01 \x02(\t\x12\x14\n\x0cis_extension\x18\x02 \x02(\x08\x42)\n\x13\x63om.google.protobufB\x10\x44\x65scriptorProtosH\x01')
592 name='MethodDescriptorProto',
593 full_name='google.protobuf.MethodDescriptorProto',
599 name='name', full_name='google.protobuf.MethodDescriptorProto.name', index=0,
606 name='input_type', full_name='google.protobuf.MethodDescriptorProto.input_type', index=1,
613 name='output_type', full_name='google.protobuf.MethodDescriptorProto.output_type', index=2,
620 name='options', full_name='google.protobuf.MethodDescriptorProto.options', index=3,
1112 class MethodDescriptorProto(message.Message): class in inherits:message.Message
1116 # @@protoc_insertion_point(class_scope:google.protobuf.MethodDescriptorProto)
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 492 milliseconds