Searched refs:obj_or_err (Results 1 – 5 of 5) sorted by relevance
82 auto obj_or_err = m_interface->CreatePluginObject( in DidPush() local84 if (!obj_or_err) { in DidPush()85 m_error_str = llvm::toString(obj_or_err.takeError()); in DidPush()88 m_implementation_sp = *obj_or_err; in DidPush()
4011 auto obj_or_err = m_interface_sp->CreatePluginObject( in SetScriptCallback() local4013 if (!obj_or_err) { in SetScriptCallback()4014 return Status::FromError(obj_or_err.takeError()); in SetScriptCallback()4017 StructuredData::ObjectSP object_sp = *obj_or_err; in SetScriptCallback()
119 auto obj_or_err = operating_system_interface->CreatePluginObject( in OperatingSystemPython() local122 if (!obj_or_err) { in OperatingSystemPython()123 llvm::consumeError(obj_or_err.takeError()); in OperatingSystemPython()127 StructuredData::GenericSP owned_script_object_sp = *obj_or_err; in OperatingSystemPython()
59 auto obj_or_err = scripted_thread_interface->CreatePluginObject( in Create() local63 if (!obj_or_err) { in Create()64 llvm::consumeError(obj_or_err.takeError()); in Create()69 StructuredData::GenericSP owned_script_object_sp = *obj_or_err; in Create()
113 auto obj_or_err = GetInterface().CreatePluginObject( in ScriptedProcess() local117 if (!obj_or_err) { in ScriptedProcess()118 llvm::consumeError(obj_or_err.takeError()); in ScriptedProcess()123 StructuredData::GenericSP object_sp = *obj_or_err; in ScriptedProcess()