Home
last modified time | relevance | path

Searched refs:expect_non_null (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/python/
Dhandle.hpp45 return python::incref(expect_non_null((T*)p)); in manage_ptr()
57 return expect_non_null(p); in manage_ptr()
Derrors.hpp42 inline T* expect_non_null(T* x) in expect_non_null() function
Dobject_core.hpp431 : object_base(expect_non_null((PyObject*)p)) in object()
/third_party/boost/libs/python/doc/reference/
Derrors.qbk26 ``template <class T> T* expect_non_null(T* x);``
55 PyObject* p = boost::python::expect_non_null(
64 boost::python::expect_non_null(
Dhandle.qbk96 m_p = upcast<T*>(expect_non_null(p));
111 [[Effects][`m_p = upcast<T*>(expect_non_null(p));`]]
/third_party/mesa3d/src/util/tests/cache/
Dcache_test.c86 expect_non_null(void *ptr, const char *test) in expect_non_null() function
229 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()
/third_party/boost/libs/python/src/
Dobject_operators.cpp82 : object_base(python::incref(python::expect_non_null(x.get()))) in object()
Dlist.cpp14 (expect_non_null)( in call()
Dstr.cpp92 expect_non_null( \
/third_party/boost/boost/python/converter/
Dreturn_from_python.hpp155 object_manager_traits<T>::adopt(expect_non_null(obj)) in operator ()()
/third_party/boost/libs/python/src/converter/
Dfrom_python.cpp282 Py_DECREF(expect_non_null(o)); in void_result_from_python()
/third_party/boost/libs/python/src/object/
Dclass.cpp695 if (PyCallable_Check(expect_non_null(callable))) in callable_check()