Lines Matching refs:chk_value2
306 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
498 EXPECT_TRUE(PythonString::Check(chk_value2.get())); in TEST_F()
501 PythonString chk_str(PyRefType::Borrowed, chk_value2.get()); in TEST_F()