Home
last modified time | relevance | path

Searched defs:PythonBuffer (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1109 class PythonBuffer { class
1123 PythonBuffer(PythonBuffer &&other) { in PythonBuffer() function in __anonf7d06da40311::PythonBuffer
1137 PythonBuffer(const Py_buffer &py_buffer) : m_buffer(py_buffer) {} in PythonBuffer() function in __anonf7d06da40311::PythonBuffer