MCPcopy Create free account

hub / github.com/aguinet/dragonffi / functions

Functions1,313 in github.com/aguinet/dragonffi

Methodstr
third-party/pybind11/pytypes.h:1472
Methodstrdup_guard
third-party/pybind11/pybind11.h:314
Methodstride_compatible
third-party/pybind11/eigen/matrix.h:105
Methodstring type_info_description
third-party/pybind11/detail/type_caster_base.h:1009
Methodstring_op
third-party/pybind11/pytypes.h:1606
FunctionstripDITypePtr
lib/dffi_impl.cpp:150
Functionstructtype_new
bindings/python/pydffi.cpp:325
Methodswitch_
bindings/python/dispatcher.h:28
Methodsync
third-party/pybind11/iostream.h:117
Methodtest_anon_struct
(self)
bindings/python/tests/test_anon_struct.py:21
Methodtest_array
(self)
bindings/python/tests/test_array.py:23
Methodtest_array_ptr
(self)
bindings/python/tests/test_array_ptr.py:21
Methodtest_basic
(self)
bindings/python/tests/test_purectypes_gen.py:22
Methodtest_basicobjs
(self)
bindings/python/tests/test_basicobjs.py:22
Methodtest_bool
(self)
bindings/python/tests/test_bool.py:22
Methodtest_buffers
(self)
bindings/python/tests/test_buffers.py:23
Methodtest_cast
(self)
bindings/python/tests/test_cast.py:22
Methodtest_cdef_types
(self)
bindings/python/tests/test_cdef_types.py:24
Methodtest_constness
(self)
bindings/python/tests/test_constness.py:23
Methodtest_cxx
(self)
bindings/python/tests/test_cxx.py:27
Methodtest_enum
(self)
bindings/python/tests/test_enum_.py:26
Methodtest_errors
(self)
bindings/python/tests/test_errors.py:24
Methodtest_func_ptr
(self)
bindings/python/tests/test_func_ptr.py:21
Methodtest_funcs_prop
(self)
bindings/python/tests/test_funcs_prop.py:24
Methodtest_ignored
(self)
bindings/python/tests/test_ignored.py:25
Methodtest_includes
(self)
bindings/python/tests/test_includes.py:22
Methodtest_lasterror
(self)
bindings/python/tests/test_lasterror.py:23
Methodtest_mdarray
(self)
bindings/python/tests/test_mdarray.py:22
Methodtest_memrefs
(self)
bindings/python/tests/test_mem_refs.py:101
Methodtest_mutiplecu
(self)
bindings/python/tests/test_multiple_cu.py:22
Methodtest_new_structs
(self)
bindings/python/tests/test_new_structs.py:21
Methodtest_newtypes
(self)
bindings/python/tests/test_new_types.py:21
Methodtest_ptrs
(self)
bindings/python/tests/test_ptrs.py:23
Methodtest_recursive_struct
(self)
bindings/python/tests/test_purectypes_gen.py:75
Methodtest_recursive_union
(self)
bindings/python/tests/test_purectypes_gen.py:105
Methodtest_str
(self)
bindings/python/tests/test_str.py:22
Methodtest_struct
(self)
bindings/python/tests/test_purectypes_gen.py:29
Methodtest_structs
(self)
bindings/python/tests/test_structs.py:23
Methodtest_structs_portable_format
(self)
bindings/python/tests/test_structs_portable_format.py:22
Methodtest_structsformat
(self)
bindings/python/tests/test_structs_format.py:24
Methodtest_symbol
(self)
bindings/python/tests/test_symbol.py:23
Methodtest_union
(self)
bindings/python/tests/test_purectypes_gen.py:53
Methodtest_unions
(self)
bindings/python/tests/test_unions.py:21
Methodtest_views
(self)
bindings/python/tests/test_views.py:23
Methodtest_wrapper
(self)
bindings/python/tests/test_wrapper.py:21
Functiontls_replace_value
On CPython < 3.4 and on PyPy, `PyThread_set_key_value` strangely does not set the value if it has already been set. Instead, it must first be deleted
third-party/pybind11/detail/internals.h:97
Functiontranslate_local_exception
third-party/pybind11/detail/internals.h:409
Methodtry_direct_conversions
third-party/pybind11/cast.h:813
Methodtry_implicit_casts
third-party/pybind11/cast.h:795
Methodtry_load_foreign_module_local
Try to load with foreign typeinfo, if available. Used when there is no native typeinfo, or when the native one wasn't able to produce a value.
third-party/pybind11/detail/type_caster_base.h:652
Methodtuple
Some compilers generate link errors when using `const SzType &` here:
third-party/pybind11/pytypes.h:1973
Methodtype cast_or_null
include/dffi/casting.h:289
Methodtype dyn_cast
include/dffi/casting.h:335
Methodtype dyn_cast_or_null
include/dffi/casting.h:356
Methodtype_caster_base
third-party/pybind11/detail/type_caster_base.h:911
Methodtype_caster_generic
third-party/pybind11/detail/type_caster_base.h:500
Functiontype_id
third-party/pybind11/detail/typeid.h:61
Functionunchecked
third-party/pybind11/numpy.h:1130
Methodunchecked
third-party/pybind11/numpy.h:897
Methodunchecked_reference
third-party/pybind11/numpy.h:419
Methodunicode_from_fs_native
third-party/pybind11/stl/filesystem.h:42
Functionuniontype_new
bindings/python/pydffi.cpp:337
Functionunique_dyn_cast
include/dffi/casting.h:383
Functionunique_dyn_cast_or_null
include/dffi/casting.h:399
Methodunpacking_collector
third-party/pybind11/cast.h:1494
Methodupck_double
(v)
bindings/python/tests/test_mdarray.py:33
Methodupck_int
(v)
bindings/python/tests/test_constness.py:42
FunctionuseLastError
include/dffi/types.h:293
Methodutf8_remainder
Computes how many bytes at the end of the buffer are part of an incomplete sequence of UTF-8 bytes. Precondition: pbase() < pptr()
third-party/pybind11/iostream.h:58
Functionvalid
include/dffi/dffi.h:121
Methodvalue_and_holder
Main constructor for a found value/holder:
third-party/pybind11/detail/type_caster_base.h:260
Methodvalues_and_holders
third-party/pybind11/detail/type_caster_base.h:322
Functionvector_accessor
third-party/pybind11/stl_bind.h:315
Functionvector_buffer
third-party/pybind11/stl_bind.h:475
Functionvector_buffer_impl
third-party/pybind11/stl_bind.h:424
Functionvector_if_copy_constructible
third-party/pybind11/stl_bind.h:77
Functionvector_if_equal_operator
third-party/pybind11/stl_bind.h:79
Functionvector_if_insertion_operator
third-party/pybind11/stl_bind.h:81
Functionvector_modifiers
third-party/pybind11/stl_bind.h:83
Functionvectorize
third-party/pybind11/numpy.h:1953
Methodvectorize_helper
third-party/pybind11/numpy.h:1810
Methodview
bindings/python/cobj.h:95
Methodview
bindings/python/cobj.h:204
Methodview
third-party/pybind11/buffer_info.h:150
Methodweakref
third-party/pybind11/pytypes.h:1796
Methodwhat
bindings/python/pydffi.cpp:42
FunctionwithConst
include/dffi/types.h:215
Method~CObj
bindings/python/cobj.h:260
Method~DFFI
lib/dffi_api.cpp:41
Method~DFFICtx
lib/dffictx.cpp:25
Method~DFFIError
bindings/python/errors.h:26
Method~DFFIImpl
lib/dffi_impl.cpp:384
Method~Data
bindings/python/cobj.h:105
Method~Data
bindings/python/cobj.h:215
Method~ThrowError
bindings/python/errors.h:91
Method~buffer_info
third-party/pybind11/buffer_info.h:143
Method~error_scope
third-party/pybind11/detail/common.h:1063
Method~func_handle
third-party/pybind11/functional.h:96
Method~gil_scoped_acquire
third-party/pybind11/gil.h:196
Method~gil_scoped_acquire_local
third-party/pybind11/detail/internals.h:441
← previousnext →1,201–1,300 of 1,313, ranked by callers