/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_service.cc | 57 ServiceGenerator::ServiceGenerator( in ServiceGenerator() function in google::protobuf::compiler::cpp::ServiceGenerator 65 ServiceGenerator::~ServiceGenerator() {} in ~ServiceGenerator() 67 void ServiceGenerator::GenerateDeclarations(io::Printer* printer) { in GenerateDeclarations() 78 void ServiceGenerator::GenerateInterface(io::Printer* printer) { in GenerateInterface() 122 void ServiceGenerator::GenerateStubDefinition(io::Printer* printer) { in GenerateStubDefinition() 153 void ServiceGenerator::GenerateMethodSignatures(VirtualOrNon virtual_or_non, in GenerateMethodSignatures() 170 void ServiceGenerator::GenerateImplementation(io::Printer* printer) { in GenerateImplementation() 212 void ServiceGenerator::GenerateNotImplementedMethods(io::Printer* printer) { in GenerateNotImplementedMethods() 229 void ServiceGenerator::GenerateCallMethod(io::Printer* printer) { in GenerateCallMethod() 270 void ServiceGenerator::GenerateGetPrototype(RequestOrResponse which, in GenerateGetPrototype() [all …]
|
D | cpp_service.h | 56 class ServiceGenerator { 59 explicit ServiceGenerator(const ServiceDescriptor* descriptor, 62 ~ServiceGenerator(); 114 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceGenerator);
|
D | cpp_file.h | 65 class ServiceGenerator; // service.h variable 194 std::vector<std::unique_ptr<ServiceGenerator>> service_generators_;
|
D | cpp_file.cc | 126 new ServiceGenerator(file->service(i), variables_, options)); in FileGenerator()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_service.h | 60 class ServiceGenerator { 62 explicit ServiceGenerator(const ServiceDescriptor* descriptor); 63 virtual ~ServiceGenerator(); 74 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceGenerator); 77 class ImmutableServiceGenerator : public ServiceGenerator {
|
D | java_generator_factory.h | 47 class ServiceGenerator; // service.h variable 70 virtual ServiceGenerator* NewServiceGenerator( 89 virtual ServiceGenerator* NewServiceGenerator(
|
D | java_service.cc | 50 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor) in ServiceGenerator() function in google::protobuf::compiler::java::ServiceGenerator 53 ServiceGenerator::~ServiceGenerator() {} in ~ServiceGenerator() 58 : ServiceGenerator(descriptor), in ImmutableServiceGenerator()
|
D | java_generator_factory.cc | 77 ServiceGenerator* ImmutableGeneratorFactory::NewServiceGenerator( in NewServiceGenerator()
|
D | java_file.cc | 330 std::unique_ptr<ServiceGenerator> generator( in Generate() 664 std::unique_ptr<ServiceGenerator> generator( in GenerateSiblings() 666 GenerateSibling<ServiceGenerator>( in GenerateSiblings() 669 &ServiceGenerator::Generate); in GenerateSiblings()
|
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/ |
D | ConfigurationCodeGenerator.java | 34 private final ServiceGenerator serviceGenerator; 40 this.serviceGenerator = new ServiceGenerator(checkNotNull(generatorContext), configuration); in ConfigurationCodeGenerator()
|
D | ServiceGenerator.java | 44 final class ServiceGenerator { class 51 ServiceGenerator(GeneratorContext generatorContext, CrossProfileConfigurationInfo configuration) { in ServiceGenerator() method in ServiceGenerator
|
D | DispatcherGenerator.java | 26 import static com.google.android.enterprise.connectedapps.processor.ServiceGenerator.getConnectedAp…
|
/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/ |
D | ServiceGenerator.java | 36 public final class ServiceGenerator { class 41 public ServiceGenerator(ProcessingEnvironment env, AndroidEntryPointMetadata metadata) { in ServiceGenerator() method in ServiceGenerator
|
D | AndroidEntryPointProcessor.java | 76 new ServiceGenerator(getProcessingEnv(), metadata).generate(); in processEach()
|
D | BUILD | 58 "ServiceGenerator.java",
|
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | codegen.py | 41 ServiceGenerator = Callable[[ProtoService, ProtoNode, OutputFile], None] variable 47 service: ServiceGenerator, client: ServiceGenerator) -> None: argument
|
/external/rust/crates/grpcio-compiler/src/ |
D | prost_codegen.rs | 9 use prost_build::{protoc, protoc_include, Config, Method, Service, ServiceGenerator}; 76 impl ServiceGenerator for Generator {
|