Searched refs:GenerateGetPrototype (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_service.cc | 97 GenerateGetPrototype(REQUEST, printer); in Generate() 98 GenerateGetPrototype(RESPONSE, printer); in Generate() 168 GenerateGetPrototype(REQUEST, printer); in GenerateNewReflectiveBlockingServiceMethod() 169 GenerateGetPrototype(RESPONSE, printer); in GenerateNewReflectiveBlockingServiceMethod() 281 void ImmutableServiceGenerator::GenerateGetPrototype(RequestOrResponse which, in GenerateGetPrototype() function in google::protobuf::compiler::java::ImmutableServiceGenerator
|
D | java_service.h | 108 void GenerateGetPrototype(RequestOrResponse which, io::Printer* printer);
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_service.cc | 190 GenerateGetPrototype(REQUEST, printer); in GenerateImplementation() 191 GenerateGetPrototype(RESPONSE, printer); in GenerateImplementation() 270 void ServiceGenerator::GenerateGetPrototype(RequestOrResponse which, in GenerateGetPrototype() function in google::protobuf::compiler::cpp::ServiceGenerator
|
D | cpp_service.h | 102 void GenerateGetPrototype(RequestOrResponse which, io::Printer* printer);
|