Home | History | Annotate | Download | only in compiler

Lines Matching refs:method_dict

132       StringMap method_dict;
133 method_dict["Method"] = method->name();
134 method_dict["ArgName"] = arg_name;
135 out->Print(method_dict, "def $Method$(self, $ArgName$, context):\n");
168 StringMap method_dict;
169 method_dict["Method"] = method->name();
170 method_dict["ArgName"] = arg_name;
171 out->Print(method_dict,
181 out->Print(method_dict, "$Method$.future = None\n");
233 StringMap method_dict;
234 method_dict["PackageQualifiedServiceName"] = package_qualified_service_name;
241 method_dict["MethodName"] = name_and_input_module_class_pair->first;
242 method_dict["InputTypeModuleAndClass"] =
245 out->Print(method_dict,
256 method_dict["MethodName"] = name_and_output_module_class_pair->first;
257 method_dict["OutputTypeModuleAndClass"] =
260 out->Print(method_dict,
271 method_dict["Method"] = name_and_implementation_constructor->first;
272 method_dict["Constructor"] = name_and_implementation_constructor->second;
276 out->Print(method_dict,
339 StringMap method_dict;
340 method_dict["PackageQualifiedServiceName"] = package_qualified_service_name;
347 method_dict["MethodName"] = name_and_input_module_class_pair->first;
348 method_dict["InputTypeModuleAndClass"] =
351 out->Print(method_dict,
362 method_dict["MethodName"] = name_and_output_module_class_pair->first;
363 method_dict["OutputTypeModuleAndClass"] =
366 out->Print(method_dict,
376 method_dict["Method"] = name_and_cardinality->first;
377 method_dict["Cardinality"] = name_and_cardinality->second;
379 out->Print(method_dict,
389 out->Print(method_dict,
437 StringMap method_dict;
438 method_dict["Method"] = method->name();
439 method_dict["MultiCallableConstructor"] = multi_callable_constructor;
440 out->Print(method_dict,
443 method_dict["PackageQualifiedService"] =
445 method_dict["RequestModuleAndClass"] = request_module_and_class;
446 method_dict["ResponseModuleAndClass"] = response_module_and_class;
449 out->Print(method_dict, "'/$PackageQualifiedService$/$Method$',\n");
450 out->Print(method_dict,
454 method_dict,
478 StringMap method_dict;
479 method_dict["Method"] = method->name();
480 method_dict["ArgName"] = arg_name;
482 out->Print(method_dict, "def $Method$(self, $ArgName$, context):\n");
528 StringMap method_dict;
529 method_dict["Method"] = method->name();
530 method_dict["MethodHandlerConstructor"] = method_handler_constructor;
531 method_dict["RequestModuleAndClass"] = request_module_and_class;
532 method_dict["ResponseModuleAndClass"] = response_module_and_class;
533 out->Print(method_dict,
538 out->Print(method_dict, "servicer.$Method$,\n");
540 method_dict,
543 method_dict,
550 StringMap method_dict;
551 method_dict["PackageQualifiedServiceName"] = package_qualified_service_name;
557 out->Print(method_dict,