Home
last modified time | relevance | path

Searched refs:add_method (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/test/test_email/
Dtest_message.py668 add_method = 'add_attachment' if method=='mixed' else 'add_' + method
670 self._check_disallowed_subtype_raises(m, method, subtype, add_method)
672 getattr(m, add_method)('test', content_manager=cm)
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1841 return ParseServiceMethod(service->add_method(), location, containing_file); in ParseServiceStatement()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h1636 ::google::protobuf::MethodDescriptorProto* add_method();
5440 inline ::google::protobuf::MethodDescriptorProto* ServiceDescriptorProto::add_method() { in add_method() function
Ddescriptor_unittest.cc169 MethodDescriptorProto* result = service->add_method(); in AddMethod()
Ddescriptor.cc1926 method(i)->CopyTo(proto->add_method()); in CopyTo()
Ddescriptor.pb.cc6736 input, add_method())); in MergePartialFromCodedStream()
7037 ::google::protobuf::MethodDescriptorProto* ServiceDescriptorProto::add_method() { in add_method() function in google::protobuf::ServiceDescriptorProto