Lines Matching defs:callee_name
2819 static char callee_name[] = "get_flags";
2831 PyObject_GetAttrString(implementor.get(), callee_name));
2849 As<long long>(implementor.CallMethod(callee_name)));
2869 static char callee_name[] = "get_options_definition";
2881 PyObject_GetAttrString(implementor.get(), callee_name));
2899 As<PythonDictionary>(implementor.CallMethod(callee_name)));
2917 static char callee_name[] = "get_args_definition";
2929 PyObject_GetAttrString(implementor.get(), callee_name));
2947 As<PythonList>(implementor.CallMethod(callee_name)));
2963 static char callee_name[] = "option_parsing_started";
2975 PyObject_GetAttrString(implementor.get(), callee_name));
2994 unwrapOrSetPythonException(As<bool>(implementor.CallMethod(callee_name)));
3011 static char callee_name[] = "set_option_value";
3023 PyObject_GetAttrString(implementor.get(), callee_name));
3046 implementor.CallMethod(callee_name, ctx_ref_obj,