HomeSort by relevance Sort by last modified time
    Searched defs:ServiceGenerator (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 45 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor,
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::GenerateImplementation(io::Printer* printer)
    [all...]
cpp_service.h 55 class ServiceGenerator {
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/
java_service.cc 47 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor)
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::GenerateAbstractMethods(io::Printer* printer)
    [all...]
java_service.h 52 class ServiceGenerator {
54 explicit ServiceGenerator(const ServiceDescriptor* descriptor);
55 ~ServiceGenerator();
105 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceGenerator);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 45 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor,
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::GenerateImplementation(io::Printer* printer)
    [all...]
cpp_service.h 54 class ServiceGenerator {
57 explicit ServiceGenerator(const ServiceDescriptor* descriptor,
59 ~ServiceGenerator();
110 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceGenerator);
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.cc 46 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor)
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::GenerateAbstractMethods(io::Printer* printer)
    [all...]
java_service.h 52 class ServiceGenerator {
54 explicit ServiceGenerator(const ServiceDescriptor* descriptor);
55 ~ServiceGenerator();
105 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceGenerator);

Completed in 177 milliseconds