Searched refs:SBScriptObject (Results 1 – 13 of 13) sorted by relevance
19 SBScriptObject::SBScriptObject(const ScriptObjectPtr ptr, in SBScriptObject() function in SBScriptObject25 SBScriptObject::SBScriptObject(const SBScriptObject &rhs) in SBScriptObject() function in SBScriptObject31 SBScriptObject::~SBScriptObject() = default;33 const SBScriptObject &SBScriptObject::operator=(const SBScriptObject &rhs) { in operator =()41 bool SBScriptObject::operator!=(const SBScriptObject &rhs) const { in operator !=()47 bool SBScriptObject::IsValid() const { in IsValid()53 SBScriptObject::operator bool() const { in operator bool()59 lldb::ScriptObjectPtr SBScriptObject::GetPointer() const { in GetPointer()65 lldb::ScriptLanguage SBScriptObject::GetLanguage() const { in GetLanguage()71 ScriptObject &SBScriptObject::ref() { in ref()[all …]
41 SBStructuredData::SBStructuredData(const lldb::SBScriptObject obj, in SBStructuredData()225 lldb::SBScriptObject SBStructuredData::GetGenericValue() const { in GetGenericValue()
1289 lldb::SBScriptObject SBProcess::GetScriptedImplementation() { in GetScriptedImplementation()1292 return lldb::SBScriptObject((process_sp) ? process_sp->GetImplementation() in GetScriptedImplementation()
20 class LLDB_API SBScriptObject {22 SBScriptObject(const ScriptObjectPtr ptr, lldb::ScriptLanguage lang);24 SBScriptObject(const lldb::SBScriptObject &rhs);26 ~SBScriptObject();28 const lldb::SBScriptObject &operator=(const lldb::SBScriptObject &rhs);32 bool operator!=(const SBScriptObject &rhs) const;
33 SBStructuredData(const lldb::SBScriptObject obj,109 lldb::SBScriptObject GetGenericValue() const;
99 class LLDB_API SBScriptObject; variable
440 lldb::SBScriptObject GetScriptedImplementation();
1 %extend lldb::SBScriptObject {
54 #include "lldb/API/SBScriptObject.h"
131 %include "lldb/API/SBScriptObject.h"
131 %typemap(out) lldb::SBScriptObject {
64 SRCS+= API/SBScriptObject.cpp
44701 lldb::SBScriptObject * resultptr = new lldb::SBScriptObject(result); in _wrap_SBProcess_GetScriptedImplementation()46392 lldb::SBScriptObject *result = 0 ; in _wrap_new_SBScriptObject__SWIG_0()46399 result = (lldb::SBScriptObject *)new lldb::SBScriptObject(arg1,arg2); in _wrap_new_SBScriptObject__SWIG_0()46413 lldb::SBScriptObject *arg1 = 0 ; in _wrap_new_SBScriptObject__SWIG_1()46423 result = (lldb::SBScriptObject *)new lldb::SBScriptObject((lldb::SBScriptObject const &)*arg1); in _wrap_new_SBScriptObject__SWIG_1()46486 lldb::SBScriptObject *arg1 = (lldb::SBScriptObject *) 0 ; in _wrap_SBScriptObject_IsValid()46510 lldb::SBScriptObject *arg1 = (lldb::SBScriptObject *) 0 ; in _wrap_SBScriptObject_GetPointer()46534 lldb::SBScriptObject *arg1 = (lldb::SBScriptObject *) 0 ; in _wrap_SBScriptObject_GetLanguage()46556 lldb::SBScriptObject *arg1 = (lldb::SBScriptObject *) obj; in swig_delete_SBScriptObject()48575 lldb::SBScriptObject *argp1 ; in _wrap_new_SBStructuredData__SWIG_2()[all …]