Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Dmulti.py54 def add_method(self, name, factory, *args, **kwargs): member in MultiHandler
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1495 return ParseServiceMethod(service->add_method(), location, containing_file); in ParseServiceStatement()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h1338 inline ::google::protobuf::MethodDescriptorProto* add_method();
4659 inline ::google::protobuf::MethodDescriptorProto* ServiceDescriptorProto::add_method() { in add_method() function
Ddescriptor_unittest.cc154 MethodDescriptorProto* result = service->add_method(); in AddMethod()
Ddescriptor.cc1709 method(i)->CopyTo(proto->add_method()); in CopyTo()
Ddescriptor.pb.cc4229 input, add_method())); in MergePartialFromCodedStream()