Lines Matching refs:Owned
58 PythonObject owned_long(PyRefType::Owned, obj); in TEST_F()
84 PythonInteger long_value(PyRefType::Owned, PyLong_FromLong(3)); in TEST_F()
111 PythonObject version_info_type(PyRefType::Owned, in TEST_F()
170 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F()
188 PythonBoolean python_true(PyRefType::Owned, Py_True); in TEST_F()
193 PythonBoolean python_false(PyRefType::Owned, Py_False); in TEST_F()
199 PythonBoolean python_boolean(PyRefType::Owned, py_bool); in TEST_F()
214 PythonBytes python_bytes(PyRefType::Owned, py_bytes); in TEST_F()
230 PythonByteArray python_bytes(PyRefType::Owned, py_bytes); in TEST_F()
247 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F()
292 PythonList list(PyRefType::Owned, py_list); in TEST_F()
450 PythonDictionary dict(PyRefType::Owned, py_dict); in TEST_F()
580 PythonInteger python_ull_value(PyRefType::Owned, in TEST_F()