Searched refs:python_bytes (Results 1 – 1 of 1) sorted by relevance
214 PythonBytes python_bytes(PyRefType::Owned, py_bytes); in TEST_F() local217 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() local231 EXPECT_EQ(PyObjectType::ByteArray, python_bytes.GetObjectType()); in TEST_F()233 llvm::ArrayRef<uint8_t> after_bytes = python_bytes.GetBytes(); in TEST_F()