Searched refs:ServiceGenerator (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.h55 class ServiceGenerator { class in namespace:google::protobuf::compiler::cpp
58 explicit ServiceGenerator(const ServiceDescriptor* descriptor,
60 ~ServiceGenerator();
111 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceGenerator);
H A Dcpp_service.cc45 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor, function in class:google::protobuf::compiler::cpp::ServiceGenerator
57 ServiceGenerator::~ServiceGenerator() {}
59 void ServiceGenerator::GenerateDeclarations(io::Printer* printer) {
69 void ServiceGenerator::GenerateInterface(io::Printer* printer) {
112 void ServiceGenerator::GenerateStubDefinition(io::Printer* printer) {
142 void ServiceGenerator::GenerateMethodSignatures(
162 void ServiceGenerator::GenerateDescriptorInitializer(
174 void ServiceGenerator
[all...]
H A Dcpp_file.h58 class ServiceGenerator; // service.h
83 scoped_array<scoped_ptr<ServiceGenerator> > service_generators_;
H A Dcpp_file.cc61 new scoped_ptr<ServiceGenerator>[file->service_count()]),
78 new ServiceGenerator(file->service(i), options));
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.h52 class ServiceGenerator { class in namespace:google::protobuf::compiler::java
54 explicit ServiceGenerator(const ServiceDescriptor* descriptor);
55 ~ServiceGenerator();
105 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceGenerator);
H A Djava_service.cc47 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor) function in class:google::protobuf::compiler::java::ServiceGenerator
50 ServiceGenerator::~ServiceGenerator() {}
52 void ServiceGenerator::Generate(io::Printer* printer) {
101 void ServiceGenerator::GenerateGetDescriptorForType(io::Printer* printer) {
109 void ServiceGenerator::GenerateInterface(io::Printer* printer) {
117 void ServiceGenerator::GenerateNewReflectiveServiceMethod(
144 void ServiceGenerator::GenerateNewReflectiveBlockingServiceMethod(
165 void ServiceGenerator
[all...]
H A Djava_file.cc236 ServiceGenerator(file_->service(i)).Generate(printer);
474 GenerateSibling<ServiceGenerator>(package_dir, java_package_,
477 &ServiceGenerator::Generate);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.h54 class ServiceGenerator { class in namespace:google::protobuf::compiler::cpp
57 explicit ServiceGenerator(const ServiceDescriptor* descriptor,
59 ~ServiceGenerator();
110 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceGenerator);
H A Dcpp_service.cc45 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor, function in class:google::protobuf::compiler::cpp::ServiceGenerator
57 ServiceGenerator::~ServiceGenerator() {}
59 void ServiceGenerator::GenerateDeclarations(io::Printer* printer) {
69 void ServiceGenerator::GenerateInterface(io::Printer* printer) {
112 void ServiceGenerator::GenerateStubDefinition(io::Printer* printer) {
142 void ServiceGenerator::GenerateMethodSignatures(
162 void ServiceGenerator::GenerateDescriptorInitializer(
174 void ServiceGenerator
[all...]
H A Dcpp_file.h57 class ServiceGenerator; // service.h
82 scoped_array<scoped_ptr<ServiceGenerator> > service_generators_;
H A Dcpp_file.cc61 new scoped_ptr<ServiceGenerator>[file->service_count()]),
78 new ServiceGenerator(file->service(i), dllexport_decl));
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.h52 class ServiceGenerator { class in namespace:google::protobuf::compiler::java
54 explicit ServiceGenerator(const ServiceDescriptor* descriptor);
55 ~ServiceGenerator();
105 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceGenerator);
H A Djava_service.cc46 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor) function in class:google::protobuf::compiler::java::ServiceGenerator
49 ServiceGenerator::~ServiceGenerator() {}
51 void ServiceGenerator::Generate(io::Printer* printer) {
93 void ServiceGenerator::GenerateGetDescriptorForType(io::Printer* printer) {
101 void ServiceGenerator::GenerateInterface(io::Printer* printer) {
109 void ServiceGenerator::GenerateNewReflectiveServiceMethod(
136 void ServiceGenerator::GenerateNewReflectiveBlockingServiceMethod(
157 void ServiceGenerator
[all...]
H A Djava_file.cc186 ServiceGenerator(file_->service(i)).Generate(printer);
413 GenerateSibling<ServiceGenerator>(package_dir, java_package_,

Completed in 103 milliseconds