Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dpython_generator.cc132 StringMap method_dict; in PrintBetaServicer() local
133 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() local
169 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 …]
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/generate/
Ddata_unittest.py134 method_dict = {
139 data.MethodFromData(module, method_dict, interface)
148 method_dict = {
153 data.MethodFromData(module, method_dict, interface)