Home
last modified time | relevance | path

Searched refs:grpc_python_generator (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Dprotobuf_plugin.h63 return grpc_python_generator::GetModuleAndMessagePath( in get_module_and_message_path_input()
72 return grpc_python_generator::GetModuleAndMessagePath( in get_module_and_message_path_output()
98 return grpc_python_generator::get_all_comments(method_); in GetAllComments()
127 return grpc_python_generator::get_all_comments(service_); in GetAllComments()
190 return grpc_python_generator::get_all_comments(file_); in GetAllComments()
Dpython_plugin.cc26 grpc_python_generator::GeneratorConfiguration config; in main()
27 grpc_python_generator::PythonGrpcGenerator generator(config); in main()
Dpython_generator.h28 namespace grpc_python_generator {
Dpython_private_generator.h28 namespace grpc_python_generator {
Dpython_generator_helpers.h45 namespace grpc_python_generator {
Dpython_generator.cc53 namespace grpc_python_generator { namespace
864 grpc_python_generator::Split(parameter, ',', &comma_delimited_parameters); in ParseParameters()
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Dprotobuf_plugin.h63 return grpc_python_generator::GetModuleAndMessagePath( in get_module_and_message_path_input()
72 return grpc_python_generator::GetModuleAndMessagePath( in get_module_and_message_path_output()
98 return grpc_python_generator::get_all_comments(method_); in GetAllComments()
127 return grpc_python_generator::get_all_comments(service_); in GetAllComments()
190 return grpc_python_generator::get_all_comments(file_); in GetAllComments()
H A Dpython_plugin.cc26 grpc_python_generator::GeneratorConfiguration config; in main()
27 grpc_python_generator::PythonGrpcGenerator generator(config); in main()
H A Dpython_generator.h28 namespace grpc_python_generator {
H A Dpython_private_generator.h28 namespace grpc_python_generator {
H A Dpython_generator_helpers.h45 namespace grpc_python_generator {
H A Dpython_generator.cc53 namespace grpc_python_generator { namespace
929 grpc_python_generator::Split(parameter, ',', &comma_delimited_parameters); in ParseParameters()
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
H A Dmain.cc64 grpc_python_generator::GeneratorConfiguration grpc_py_config( in protoc_main()
66 grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config); in protoc_main()
194 grpc_python_generator::GeneratorConfiguration grpc_py_config( in protoc_get_services()
196 grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config); in protoc_get_services()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc59 grpc_python_generator::GeneratorConfiguration grpc_py_config; in protoc_main()
60 grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config); in protoc_main()
184 grpc_python_generator::GeneratorConfiguration grpc_py_config; in protoc_get_services()
185 grpc_python_generator::PythonGrpcGenerator grpc_py_generator(grpc_py_config); in protoc_get_services()
/aosp_15_r20/external/flatbuffers/grpc/src/compiler/
H A Dpython_generator.h26 namespace grpc_python_generator {
H A Dpython_generator.cc25 namespace grpc_python_generator { namespace
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_grpc.cpp436 code_ += grpc_python_generator::Generate(&file, service.get()); in generate()