Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp214 PythonBytes python_bytes(PyRefType::Owned, py_bytes); in TEST_F() local
217 EXPECT_EQ(PyObjectType::Bytes, python_bytes.GetObjectType()); in TEST_F()
219 llvm::ArrayRef<uint8_t> bytes = python_bytes.GetBytes(); in TEST_F()
230 PythonByteArray python_bytes(PyRefType::Owned, py_bytes); in TEST_F() local
231 EXPECT_EQ(PyObjectType::ByteArray, python_bytes.GetObjectType()); in TEST_F()
233 llvm::ArrayRef<uint8_t> after_bytes = python_bytes.GetBytes(); in TEST_F()