Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dpython_generator.cc236 for (StringMap::iterator name_and_input_module_class_pair = in PrintBetaServerFactory() local
238 name_and_input_module_class_pair != in PrintBetaServerFactory()
240 name_and_input_module_class_pair++) { in PrintBetaServerFactory()
241 method_dict["MethodName"] = name_and_input_module_class_pair->first; in PrintBetaServerFactory()
243 name_and_input_module_class_pair->second; in PrintBetaServerFactory()
342 for (StringMap::iterator name_and_input_module_class_pair = in PrintBetaStubFactory() local
344 name_and_input_module_class_pair != in PrintBetaStubFactory()
346 name_and_input_module_class_pair++) { in PrintBetaStubFactory()
347 method_dict["MethodName"] = name_and_input_module_class_pair->first; in PrintBetaStubFactory()
349 name_and_input_module_class_pair->second; in PrintBetaStubFactory()