Searched refs:chk_value2 (Results 1 – 1 of 1) sorted by relevance
306 PythonObject chk_value2 = list.GetItemAtIndex(1); in TEST_F() local308 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() local337 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() local461 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 …]