Lines Matching refs:PythonString
397 llvm::Expected<PythonObject> result = pfunc.Call(PythonString(child_name));
619 pfunc(debugger_arg, PythonString(args), cmd_retobj_arg.obj(), dict);
621 pfunc(debugger_arg, PythonString(args),
642 pfunc(SWIGBridge::ToSWIGWrapper(std::move(debugger)), PythonString(args),
659 PythonString command_str(command);
684 args_list.AppendItem(PythonString(elem));
714 PythonObject result = pfunc(PythonString(long_option), PythonInteger(pos_in_arg));
811 PythonString str(callee_name);
823 PythonString str(callee_name);
845 auto result = pfunc(SWIGBridge::ToSWIGWrapper(target_sp), PythonString(setting));