Searched defs:ServiceGenerator (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
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_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);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
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_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);
/external/protobuf/src/google/protobuf/compiler/cpp/
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_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);
/external/protobuf/src/google/protobuf/compiler/java/
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_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);

Completed in 106 milliseconds