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

/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
H A Dmulti.py23 >>> multi.add_method('digest', digest.middleware, "Test Realm", authfunc)
28 >>> multi.add_method('form', form.middleware, authfunc)
54 def add_method(self, name, factory, *args, **kwargs): member in class:MultiHandler
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1338 inline ::google::protobuf::MethodDescriptorProto* add_method();
4659 inline ::google::protobuf::MethodDescriptorProto* ServiceDescriptorProto::add_method() { function in class:google::protobuf::ServiceDescriptorProto

Completed in 234 milliseconds