Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp211 PythonBoolean python_boolean(PyRefType::Owned, py_bool); in TEST_F() local
212 EXPECT_EQ(PyObjectType::Boolean, python_boolean.GetObjectType()); in TEST_F()
213 EXPECT_EQ(bool(value), python_boolean.GetValue()); in TEST_F()