Home
last modified time | relevance | path

Searched refs:pybuffer_obj (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1259 auto pybuffer_obj = in Read() local
1261 if (!pybuffer_obj) in Read()
1262 return Status(pybuffer_obj.takeError()); in Read()
1264 if (pybuffer_obj.get().IsNone()) { in Read()
1269 auto pybuffer = PythonBuffer::Create(pybuffer_obj.get()); in Read()