Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dpython_generator.cc214 grpc::string input_message_module_and_class; in PrintBetaServerFactory() local
216 &input_message_module_and_class, generator_file_name, in PrintBetaServerFactory()
229 make_pair(method->name(), input_message_module_and_class)); in PrintBetaServerFactory()
320 grpc::string input_message_module_and_class; in PrintBetaStubFactory() local
322 &input_message_module_and_class, generator_file_name, in PrintBetaStubFactory()
335 make_pair(method->name(), input_message_module_and_class)); in PrintBetaStubFactory()
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dpython_generator.cc221 std::string input_message_module_and_class; in PrintBetaServerFactory() local
223 &input_message_module_and_class, generator_file_name, in PrintBetaServerFactory()
238 make_pair(method->name(), input_message_module_and_class)); in PrintBetaServerFactory()
329 std::string input_message_module_and_class; in PrintBetaStubFactory() local
331 &input_message_module_and_class, generator_file_name, in PrintBetaStubFactory()
346 make_pair(method->name(), input_message_module_and_class)); in PrintBetaStubFactory()
/external/flatbuffers/grpc/src/compiler/
Dpython_generator.cc210 grpc::string input_message_module_and_class = method->get_fb_builder(); in PrintBetaServerFactory() local
215 make_pair(method->name(), input_message_module_and_class)); in PrintBetaServerFactory()
306 grpc::string input_message_module_and_class = method->get_fb_builder(); in PrintBetaStubFactory() local
311 make_pair(method->name(), input_message_module_and_class)); in PrintBetaStubFactory()