Searched refs:SBScriptObject (Results 1 – 14 of 14) 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 …]
12 #include "lldb/API/SBScriptObject.h"41 SBStructuredData::SBStructuredData(const lldb::SBScriptObject obj, in SBStructuredData() 230 lldb::SBScriptObject SBStructuredData::GetGenericValue() const {
93 SBScriptObject.cpp
44 #include "lldb/API/SBScriptObject.h"1463 lldb::SBScriptObject SBProcess::GetScriptedImplementation() {1466 return lldb::SBScriptObject((process_sp) ? process_sp->GetImplementation()
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;
15 #include "lldb/API/SBScriptObject.h"34 SBStructuredData(const lldb::SBScriptObject obj,110 lldb::SBScriptObject GetGenericValue() const;
103 class LLDB_API SBScriptObject;101 class LLDB_API SBScriptObject; global() variable
579 lldb::SBScriptObject GetScriptedImplementation();
1 %extend lldb::SBScriptObject {
92 "SBScriptObject.cpp",
59 #include "lldb/API/SBScriptObject.h"
141 %include "lldb/API/SBScriptObject.h"
98 stp = lldb.SBScriptObject(py_dict, lldb.eScriptLanguagePython)
131 %typemap(out) lldb::SBScriptObject {