Searched refs:GetPointer (Results 1 – 7 of 7) sorted by relevance
59 lldb::ScriptObjectPtr SBScriptObject::GetPointer() const { in GetPointer() function in SBScriptObject62 return m_opaque_up ? const_cast<void *>(m_opaque_up->GetPointer()) : nullptr; in GetPointer()
9 ptr = property(GetPointer, None, doc='''A read only property that returns the underlying script object.''')
22 const void *GetPointer() const { return m_ptr; } in GetPointer() function
36 lldb::ScriptObjectPtr GetPointer() const;
133 if (const void* impl = $1.GetPointer())
1554 void *ptr = const_cast<void *>(obj.GetPointer()); in CreateStructuredDataFromScriptObject()
48873 result = (lldb::ScriptObjectPtr)((lldb::SBScriptObject const *)arg1)->GetPointer(); in _wrap_SBScriptObject_GetPointer()