Home
last modified time | relevance | path

Searched refs:GenerateImplementation (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_service.h74 void GenerateImplementation(io::Printer* printer);
Dcpp_service.cc174 void ServiceGenerator::GenerateImplementation(io::Printer* printer) { in GenerateImplementation() function in google::protobuf::compiler::cpp::ServiceGenerator
Dcpp_file.cc402 service_generators_[i]->GenerateImplementation(printer); in GenerateSource()