Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp306 PythonObject chk_value2 = list.GetItemAtIndex(1); in TEST_F() local
308 EXPECT_TRUE(PythonString::Check(chk_value2.get())); in TEST_F()
311 PythonString chk_str(PyRefType::Borrowed, chk_value2.get()); in TEST_F()
335 PythonObject chk_value2 = list.GetItemAtIndex(1); in TEST_F() local
337 EXPECT_TRUE(PythonString::Check(chk_value2.get())); in TEST_F()
340 PythonString chk_str(PyRefType::Borrowed, chk_value2.get()); in TEST_F()
459 PythonObject chk_value2 = dict.GetItemForKey(py_keys[1]); in TEST_F() local
461 EXPECT_TRUE(PythonString::Check(chk_value2.get())); in TEST_F()
463 PythonString chk_str(PyRefType::Borrowed, chk_value2.get()); in TEST_F()
496 PythonObject chk_value2 = dict.GetItemForKey(keys[1]); in TEST_F() local
[all …]