Searched refs:GenerateGetPrototype (Results 1 – 4 of 4) sorted by relevance
/external/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() 279 void ImmutableServiceGenerator::GenerateGetPrototype(RequestOrResponse which, in GenerateGetPrototype() function in google::protobuf::compiler::java::ImmutableServiceGenerator
|
D | java_service.h | 107 void GenerateGetPrototype(RequestOrResponse which, io::Printer* printer);
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_service.cc | 192 GenerateGetPrototype(REQUEST, printer); in GenerateImplementation() 193 GenerateGetPrototype(RESPONSE, printer); in GenerateImplementation() 272 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);
|