HomeSort by relevance Sort by last modified time
    Searched refs:method_dict (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/compiler/
python_generator.cc 132 StringMap method_dict; local
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; local
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; local
339 StringMap method_dict; local
437 StringMap method_dict; local
478 StringMap method_dict; local
528 StringMap method_dict; local
550 StringMap method_dict; local
    [all...]
  /external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/generate/
data_unittest.py 134 method_dict = {
139 data.MethodFromData(module, method_dict, interface)
148 method_dict = {
153 data.MethodFromData(module, method_dict, interface)

Completed in 171 milliseconds