Lines Matching refs:PythonObject

144     PythonObject result = {};
147 result = PythonObject(PyRefType::Borrowed,
158 PythonObject::ResolveNameWithDictionary<python::PythonCallable>(
180 llvm::Expected<PythonObject> expected_return_object =
223 PythonObject obj_class = result.GetAttributeValue("__class__");
232 PythonObject object_class_mapping_proxy =
330 T ExtractValueFromPythonObject(python::PythonObject &p, Status &error) {
350 PythonObject implementor(PyRefType::Borrowed,
363 llvm::Expected<PythonObject> expected_return_object =
380 PythonObject py_return = std::move(expected_return_object.get());
410 python::PythonObject Transform(bool arg) {
415 python::PythonObject Transform(const Status &arg) {
419 python::PythonObject Transform(Status &&arg) {
423 python::PythonObject Transform(const StructuredDataImpl &arg) {
427 python::PythonObject Transform(lldb::ExecutionContextRefSP arg) {
431 python::PythonObject Transform(lldb::TargetSP arg) {
435 python::PythonObject Transform(lldb::ProcessSP arg) {
439 python::PythonObject Transform(lldb::ThreadPlanSP arg) {
443 python::PythonObject Transform(lldb::ProcessAttachInfoSP arg) {
447 python::PythonObject Transform(lldb::ProcessLaunchInfoSP arg) {
451 python::PythonObject Transform(Event *arg) {
455 python::PythonObject Transform(lldb::StreamSP arg) {
459 python::PythonObject Transform(lldb::DataExtractorSP arg) {
465 // If U is not a PythonObject, don't touch it!
470 void ReverseTransform(T &original_arg, python::PythonObject transformed_arg,
476 python::PythonObject transformed_arg, Status &error) {
544 python::PythonObject &p, Status &error);
549 StructuredData::DictionarySP>(python::PythonObject &p, Status &error);
553 python::PythonObject &p, Status &error);
557 python::PythonObject &p, Status &error);
562 python::PythonObject &p, Status &error);
567 python::PythonObject &p, Status &error);
571 lldb::ProcessAttachInfoSP>(python::PythonObject &p, Status &error);
575 lldb::ProcessLaunchInfoSP>(python::PythonObject &p, Status &error);
580 python::PythonObject &p, Status &error);
585 std::optional<MemoryRegionInfo>>(python::PythonObject &p, Status &error);
590 lldb::ExecutionContextRefSP>(python::PythonObject &p, Status &error);