Searched refs:output_message_module_and_class (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/ |
D | python_generator.cc | 229 std::string output_message_module_and_class; in PrintBetaServerFactory() local 231 &output_message_module_and_class, generator_file_name, in PrintBetaServerFactory() 241 make_pair(method->name(), output_message_module_and_class)); in PrintBetaServerFactory() 337 std::string output_message_module_and_class; in PrintBetaStubFactory() local 339 &output_message_module_and_class, generator_file_name, in PrintBetaStubFactory() 349 make_pair(method->name(), output_message_module_and_class)); in PrintBetaStubFactory()
|
/aosp_15_r20/external/grpc-grpc/src/compiler/ |
H A D | python_generator.cc | 229 std::string output_message_module_and_class; in PrintBetaServerFactory() local 231 &output_message_module_and_class, generator_file_name, in PrintBetaServerFactory() 241 make_pair(method->name(), output_message_module_and_class)); in PrintBetaServerFactory() 337 std::string output_message_module_and_class; in PrintBetaStubFactory() local 339 &output_message_module_and_class, generator_file_name, in PrintBetaStubFactory() 349 make_pair(method->name(), output_message_module_and_class)); in PrintBetaStubFactory()
|