Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp294 PythonObject list_items[list_size]; in TEST_F() local
295 list_items[0] = PythonInteger(long_value0); in TEST_F()
296 list_items[1] = PythonString(string_value1); in TEST_F()
299 list.SetItemAtIndex(i, list_items[i]); in TEST_F()