Home
last modified time | relevance | path

Searched refs:GenerateCallMethod (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_service.cc189 GenerateCallMethod(printer); in GenerateImplementation()
229 void ServiceGenerator::GenerateCallMethod(io::Printer* printer) { in GenerateCallMethod() function in google::protobuf::compiler::cpp::ServiceGenerator
Dcpp_service.h99 void GenerateCallMethod(io::Printer* printer);
/external/protobuf/src/google/protobuf/compiler/java/
Djava_service.h102 void GenerateCallMethod(io::Printer* printer);
Djava_service.cc97 GenerateCallMethod(printer); in Generate()
192 void ImmutableServiceGenerator::GenerateCallMethod(io::Printer* printer) { in GenerateCallMethod() function in google::protobuf::compiler::java::ImmutableServiceGenerator