Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp334 PythonObject chk_value2 = list.GetItemAtIndex(1); in TEST_F() local
336 EXPECT_TRUE(PythonString::Check(chk_value2.get())); in TEST_F()
339 PythonString chk_str(PyRefType::Borrowed, chk_value2.get()); in TEST_F()
363 PythonObject chk_value2 = list.GetItemAtIndex(1); in TEST_F() local
365 EXPECT_TRUE(PythonString::Check(chk_value2.get())); in TEST_F()
368 PythonString chk_str(PyRefType::Borrowed, chk_value2.get()); in TEST_F()
487 PythonObject chk_value2 = dict.GetItemForKey(py_keys[1]); in TEST_F() local
489 EXPECT_TRUE(PythonString::Check(chk_value2.get())); in TEST_F()
491 PythonString chk_str(PyRefType::Borrowed, chk_value2.get()); in TEST_F()
524 PythonObject chk_value2 = dict.GetItemForKey(keys[1]); in TEST_F() local
[all …]