Home
last modified time | relevance | path

Searched defs:generate_client (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Dcsharp_generator.cc754 bool generate_client, bool generate_server, in GenerateService()
792 std::string GetServices(const FileDescriptor* file, bool generate_client, in GetServices()
Dcsharp_plugin.cc43 bool generate_client = true; in Generate() local
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Dcsharp_generator.cc760 bool generate_client, bool generate_server, in GenerateService()
798 std::string GetServices(const FileDescriptor* file, bool generate_client, in GetServices()
H A Dcsharp_plugin.cc56 bool generate_client = true; in Generate() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/
Dprost_codegen.rs165 fn generate_client(service: &Service, buf: &mut String) { in generate_client() function
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/tests/
Dclient_tests.rs36 async fn generate_client( in generate_client() function