Searched refs:method_dict (Results 1 – 2 of 2) sorted by relevance
132 StringMap method_dict; in PrintBetaServicer() local133 method_dict["Method"] = method->name(); in PrintBetaServicer()134 method_dict["ArgName"] = arg_name; in PrintBetaServicer()135 out->Print(method_dict, "def $Method$(self, $ArgName$, context):\n"); in PrintBetaServicer()168 StringMap method_dict; in PrintBetaStub() local169 method_dict["Method"] = method->name(); in PrintBetaStub()170 method_dict["ArgName"] = arg_name; in PrintBetaStub()171 out->Print(method_dict, in PrintBetaStub()181 out->Print(method_dict, "$Method$.future = None\n"); in PrintBetaStub()233 StringMap method_dict; in PrintBetaServerFactory() local[all …]
134 method_dict = {139 data.MethodFromData(module, method_dict, interface)148 method_dict = {153 data.MethodFromData(module, method_dict, interface)