Searched refs:PythonPointer (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Utility/
H A DPythonPointer.h1 //===---------------------PythonPointer.h ------------------------*- C++ -*-===//
24 class PythonPointer class in namespace:lldb_private
33 PythonPointer(element_type p, bool steal_ref = false) : function in class:lldb_private::PythonPointer
41 PythonPointer(const PythonPointer& r, bool steal_ref = false) : function in class:lldb_private::PythonPointer
49 ~PythonPointer()
55 PythonPointer
58 return PythonPointer(ptr_,true);
61 PythonPointer
64 return PythonPointer(ptr
[all...]

Completed in 623 milliseconds