Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc1851 return ParseServiceMethod(service->add_method(), location, containing_file); in ParseServiceStatement()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.h1689 ::google::protobuf::MethodDescriptorProto* add_method();
5692 inline ::google::protobuf::MethodDescriptorProto* ServiceDescriptorProto::add_method() { in add_method() function
Ddescriptor_unittest.cc168 MethodDescriptorProto* result = service->add_method(); in AddMethod()
Ddescriptor.cc1929 method(i)->CopyTo(proto->add_method()); in CopyTo()
Ddescriptor.pb.cc6890 input, add_method())); in MergePartialFromCodedStream()
7195 ::google::protobuf::MethodDescriptorProto* ServiceDescriptorProto::add_method() { in add_method() function in google::protobuf::ServiceDescriptorProto