Searched refs:add_method (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dcontent_scripts_handler.cc44 void(UserScript::*add_method)(const std::string& glob),
69 (instance->*add_method)(glob);
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc939 return ParseServiceMethod(service->add_method());
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1363 return ParseServiceMethod(service->add_method(), location);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1212 inline ::google::protobuf::MethodDescriptorProto* add_method();
3432 inline ::google::protobuf::MethodDescriptorProto* ServiceDescriptorProto::add_method() { function in class:google::protobuf::ServiceDescriptorProto
H A Ddescriptor.cc1460 method(i)->CopyTo(proto->add_method());
H A Ddescriptor_unittest.cc152 MethodDescriptorProto* result = service->add_method();
H A Ddescriptor.pb.cc3528 input, add_method()));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1252 inline ::google::protobuf::MethodDescriptorProto* add_method();
4250 inline ::google::protobuf::MethodDescriptorProto* ServiceDescriptorProto::add_method() { function in class:google::protobuf::ServiceDescriptorProto
H A Ddescriptor.cc1604 method(i)->CopyTo(proto->add_method());
H A Ddescriptor_unittest.cc154 MethodDescriptorProto* result = service->add_method();
H A Ddescriptor.pb.cc3752 input, add_method()));

Completed in 447 milliseconds