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()
1461 lldb::SBScriptObject SBProcess::GetScriptedImplementation() { in GetScriptedImplementation()1464 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;
102 class LLDB_API SBScriptObject; variable
579 lldb::SBScriptObject GetScriptedImplementation();
1 %extend lldb::SBScriptObject {
58 #include "lldb/API/SBScriptObject.h"
139 %include "lldb/API/SBScriptObject.h"
131 %typemap(out) lldb::SBScriptObject {
66 SRCS+= API/SBScriptObject.cpp
47005 SwigValueWrapper< lldb::SBScriptObject > result; in _wrap_SBProcess_GetScriptedImplementation()47016 lldb::SBScriptObject * resultptr = new lldb::SBScriptObject(result); in _wrap_SBProcess_GetScriptedImplementation()48745 lldb::SBScriptObject *result = 0 ; in _wrap_new_SBScriptObject__SWIG_0()48752 result = (lldb::SBScriptObject *)new lldb::SBScriptObject(arg1,arg2); in _wrap_new_SBScriptObject__SWIG_0()48766 lldb::SBScriptObject *arg1 = 0 ; in _wrap_new_SBScriptObject__SWIG_1()48767 lldb::SBScriptObject *result = 0 ; in _wrap_new_SBScriptObject__SWIG_1()48776 result = (lldb::SBScriptObject *)new lldb::SBScriptObject((lldb::SBScriptObject const &)*arg1); in _wrap_new_SBScriptObject__SWIG_1()48839 lldb::SBScriptObject *arg1 = (lldb::SBScriptObject *) 0 ; in _wrap_SBScriptObject_IsValid()48849 result = (bool)((lldb::SBScriptObject const *)arg1)->IsValid(); in _wrap_SBScriptObject_IsValid()48863 lldb::SBScriptObject *arg1 = (lldb::SBScriptObject *) 0 ; in _wrap_SBScriptObject_GetPointer()[all …]