Searched refs:expect_non_null (Results 1 – 12 of 12) sorted by relevance
45 return python::incref(expect_non_null((T*)p)); in manage_ptr()57 return expect_non_null(p); in manage_ptr()
42 inline T* expect_non_null(T* x) in expect_non_null() function
431 : object_base(expect_non_null((PyObject*)p)) in object()
26 ``template <class T> T* expect_non_null(T* x);``55 PyObject* p = boost::python::expect_non_null(64 boost::python::expect_non_null(
96 m_p = upcast<T*>(expect_non_null(p));111 [[Effects][`m_p = upcast<T*>(expect_non_null(p));`]]
86 expect_non_null(void *ptr, const char *test) in expect_non_null() function229 expect_non_null(cache, "disk_cache_create with no environment variables"); in test_disk_cache_create()385 expect_non_null(result, "3rd disk_cache_get of existing item (pointer)"); in test_put_and_get()
82 : object_base(python::incref(python::expect_non_null(x.get()))) in object()
14 (expect_non_null)( in call()
92 expect_non_null( \
155 object_manager_traits<T>::adopt(expect_non_null(obj)) in operator ()()
282 Py_DECREF(expect_non_null(o)); in void_result_from_python()
695 if (PyCallable_Check(expect_non_null(callable))) in callable_check()