Lines Matching defs:chk_value1
328 PythonObject chk_value1 = list.GetItemAtIndex(0);
330 EXPECT_TRUE(PythonInteger::Check(chk_value1.get()));
333 PythonInteger chk_int(PyRefType::Borrowed, chk_value1.get());
336 auto chkint = As<long long>(chk_value1);
357 PythonObject chk_value1 = list.GetItemAtIndex(0);
359 EXPECT_TRUE(PythonInteger::Check(chk_value1.get()));
362 PythonInteger chk_int(PyRefType::Borrowed, chk_value1.get());
481 PythonObject chk_value1 = dict.GetItemForKey(py_keys[0]);
483 EXPECT_TRUE(PythonInteger::Check(chk_value1.get()));
487 auto chkint = As<long long>(chk_value1);
521 PythonObject chk_value1 = dict.GetItemForKey(keys[0]);
523 EXPECT_TRUE(PythonInteger::Check(chk_value1.get()));
526 auto chkint = As<long long>(chk_value1);