Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp286 static const unsigned list_size = 2; in TEST_F() local
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp508 PythonList::PythonList(int list_size) { in PythonList()