Home
last modified time | relevance | path

Searched refs:request_module_and_class (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dpython_generator.cc436 std::string request_module_and_class; in PrintStub() local
438 &request_module_and_class, generator_file_name, in PrintStub()
458 method_dict["RequestModuleAndClass"] = request_module_and_class; in PrintStub()
529 std::string request_module_and_class; in PrintAddServicerToServer() local
531 &request_module_and_class, generator_file_name, in PrintAddServicerToServer()
546 method_dict["RequestModuleAndClass"] = request_module_and_class; in PrintAddServicerToServer()
599 std::string request_module_and_class; in PrintServiceClass() local
601 &request_module_and_class, generator_file_name, in PrintServiceClass()
651 serializer_dict["RequestModuleAndClass"] = request_module_and_class; in PrintServiceClass()
/external/grpc-grpc/src/compiler/
Dpython_generator.cc425 grpc::string request_module_and_class; in PrintStub() local
427 &request_module_and_class, generator_file_name, in PrintStub()
445 method_dict["RequestModuleAndClass"] = request_module_and_class; in PrintStub()
516 grpc::string request_module_and_class; in PrintAddServicerToServer() local
518 &request_module_and_class, generator_file_name, in PrintAddServicerToServer()
531 method_dict["RequestModuleAndClass"] = request_module_and_class; in PrintAddServicerToServer()
/external/flatbuffers/grpc/src/compiler/
Dpython_generator.cc399 grpc::string request_module_and_class = method->get_fb_builder(); in PrintStub() local
409 method_dict["RequestModuleAndClass"] = request_module_and_class; in PrintStub()
472 grpc::string request_module_and_class = method->get_fb_builder(); in PrintAddServicerToServer() local
477 method_dict["RequestModuleAndClass"] = request_module_and_class; in PrintAddServicerToServer()