Lines Matching refs:PythonInteger
84 PythonInteger long_value(PyRefType::Owned, PyLong_FromLong(3)); in TEST_F()
88 PythonInteger borrowed_long(PyRefType::Borrowed, long_value.get()); in TEST_F()
169 EXPECT_TRUE(PythonInteger::Check(py_long)); in TEST_F()
170 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F()
180 PythonInteger constructed_int(7); in TEST_F()
270 PythonInteger integer(7); in TEST_F()
295 list_items[0] = PythonInteger(long_value0); in TEST_F()
307 EXPECT_TRUE(PythonInteger::Check(chk_value1.get())); in TEST_F()
310 PythonInteger chk_int(PyRefType::Borrowed, chk_value1.get()); in TEST_F()
326 PythonInteger integer(long_value0); in TEST_F()
336 EXPECT_TRUE(PythonInteger::Check(chk_value1.get())); in TEST_F()
339 PythonInteger chk_int(PyRefType::Borrowed, chk_value1.get()); in TEST_F()
352 list.AppendItem(PythonInteger(long_value0)); in TEST_F()
379 PythonInteger int_value(1); in TEST_F()
393 PythonInteger int_value(1); in TEST_F()
405 PythonInteger int_value(1); in TEST_F()
418 PythonInteger int_value(1); in TEST_F()
444 py_keys[1] = PythonInteger(key_1); in TEST_F()
445 py_values[0] = PythonInteger(value_0); in TEST_F()
460 EXPECT_TRUE(PythonInteger::Check(chk_value1.get())); in TEST_F()
485 values[0] = PythonInteger(value_0); in TEST_F()
497 EXPECT_TRUE(PythonInteger::Check(chk_value1.get())); in TEST_F()
516 dict.SetItemForKey(PythonString(string_key1), PythonInteger(int_value1)); in TEST_F()
541 PythonInteger one(1); in TEST_F()
566 PythonInteger py_int(42); in TEST_F()
580 PythonInteger python_ull_value(PyRefType::Owned, in TEST_F()