Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aguinet/dragonffi
/ functions
Functions
1,313 in github.com/aguinet/dragonffi
⨍
Functions
1,313
◇
Types & classes
583
↓ 4 callers
Function
erase_all
third-party/pybind11/detail/typeid.h:25
↓ 4 callers
Method
getValue
bindings/python/cobj.cpp:561
↓ 4 callers
Function
getWrapperName
lib/dffi_impl.cpp:157
↓ 4 callers
Method
init_instance
Performs instance initialization including constructing a holder and registering the known instance. Should be called as soon as the `type` value_ptr
third-party/pybind11/pybind11.h:1853
↓ 4 callers
Function
make_tuple
third-party/pybind11/cast.h:1224
↓ 4 callers
Function
map_iterator
include/dffi/iterator_extras.h:36
↓ 4 callers
Function
repr
third-party/pybind11/pytypes.h:2352
↓ 4 callers
Method
request
third-party/pybind11/pytypes.h:2159
↓ 4 callers
Method
resize
Resize array to given shape If refcheck is true and more that one reference exist to this array then resize will succeed only if it makes a reshape, i
third-party/pybind11/numpy.h:915
↓ 4 callers
Function
same_type
third-party/pybind11/detail/internals.h:118
↓ 4 callers
Method
shape
Dimensions of the array
third-party/pybind11/numpy.h:803
↓ 4 callers
Function
type_incref
third-party/pybind11/detail/class.h:40
↓ 4 callers
Method
view
Create a view of an array in a different data type. This function may fundamentally reinterpret the data in the array. It is the responsibility of the
third-party/pybind11/numpy.h:948
↓ 3 callers
Method
CStructObj
bindings/python/cobj.h:559
↓ 3 callers
Function
CompositeType
include/dffi/composite_type.h:109
↓ 3 callers
Function
append_self_arg_if_needed
third-party/pybind11/attr.h:456
↓ 3 callers
Method
begin
include/dffi/iterator_range.h:48
↓ 3 callers
Method
begin
third-party/pybind11/detail/type_caster_base.h:355
↓ 3 callers
Function
c_strides
third-party/pybind11/buffer_info.h:19
↓ 3 callers
Function
check_flags
third-party/pybind11/numpy.h:313
↓ 3 callers
Method
compute
third-party/pybind11/pytypes.h:1828
↓ 3 callers
Function
data
third-party/pybind11/numpy.h:1082
↓ 3 callers
Method
dealloc
Deallocates an instance; via holder, if constructed; otherwise via operator delete.
third-party/pybind11/pybind11.h:1863
↓ 3 callers
Method
dtype
third-party/pybind11/numpy.h:544
↓ 3 callers
Method
end
include/dffi/iterator_range.h:49
↓ 3 callers
Method
exit
third-party/pybind11/iostream.h:222
↓ 3 callers
Method
format
third-party/pybind11/pytypes.h:1541
↓ 3 callers
Method
get
third-party/pybind11/detail/type_caster_base.h:889
↓ 3 callers
Method
getBasicType
lib/dffi_impl.cpp:715
↓ 3 callers
Function
getCanonicalDIType
lib/dffi_impl.cpp:133
↓ 3 callers
Method
getCharPtrTy
lib/dffi_api.cpp:200
↓ 3 callers
Function
getElementType
include/dffi/types.h:320
↓ 3 callers
Function
getFormatDescriptor
bindings/python/cobj.cpp:476
↓ 3 callers
Method
getFunctionAddress
lib/dffi_impl.cpp:662
↓ 3 callers
Method
getPtr
bindings/python/cobj.h:422
↓ 3 callers
Function
getSize
include/dffi/types.h:71
↓ 3 callers
Function
getType
include/dffi/types.h:219
↓ 3 callers
Method
getType
lib/dffi_impl.cpp:1163
↓ 3 callers
Function
get_function_record_capsule_name
third-party/pybind11/detail/internals.h:560
↓ 3 callers
Function
get_global_type_info
third-party/pybind11/detail/type_caster_base.h:205
↓ 3 callers
Method
init
third-party/pybind11/attr.h:632
↓ 3 callers
Method
instance_registered
third-party/pybind11/detail/type_caster_base.h:297
↓ 3 callers
Function
is_function_record_capsule
Determine whether or not the following capsule contains a pybind11 function record. Note that we use `internals` to make sure that only ABI compatible
third-party/pybind11/detail/internals.h:574
↓ 3 callers
Method
itemsize
Size of the data type in bytes.
third-party/pybind11/numpy.h:590
↓ 3 callers
Function
keep_alive_impl
third-party/pybind11/pybind11.h:2216
↓ 3 callers
Method
load_value
Base methods for generic caster; there are overridden in copyable_holder_caster
third-party/pybind11/detail/type_caster_base.h:601
↓ 3 callers
Function
mutable_data
third-party/pybind11/numpy.h:1087
↓ 3 callers
Method
name
Return the function name
third-party/pybind11/pybind11.h:150
↓ 3 callers
Function
no_nullptr
third-party/pybind11/detail/init.h:39
↓ 3 callers
Function
pointerWithQualifiers
include/dffi/types.h:233
↓ 3 callers
Function
ptr
Return the underlying ``PyObject *`` pointer
third-party/pybind11/pytypes.h:241
↓ 3 callers
Method
ptrValue
bindings/python/cobj.h:247
↓ 3 callers
Function
raise_from
Replaces the current Python error indicator with the chosen error, performing a 'raise from' to indicate that the chosen error was caused by the origi
third-party/pybind11/pytypes.h:723
↓ 3 callers
Method
set_instance_registered
NOLINTNEXTLINE(readability-make-member-function-const)
third-party/pybind11/detail/type_caster_base.h:303
↓ 3 callers
Function
size_in_ptrs
Returns the size as a multiple of sizeof(void *), rounded up.
third-party/pybind11/detail/common.h:547
↓ 3 callers
Method
strides
Strides of the array
third-party/pybind11/numpy.h:814
↓ 2 callers
Function
CompositeField
include/dffi/composite_type.h:52
↓ 2 callers
Function
StructType
include/dffi/composite_type.h:146
↓ 2 callers
Function
T
bindings/python/cobj.h:284
↓ 2 callers
Function
UnionType
include/dffi/composite_type.h:166
↓ 2 callers
Method
add
third-party/pybind11/pytypes.h:2126
↓ 2 callers
Function
alloc_align
bindings/python/cobj.h:38
↓ 2 callers
Method
anonymous
lib/dffi_types.cpp:245
↓ 2 callers
Function
apply_exception_translators
third-party/pybind11/pybind11.h:59
↓ 2 callers
Method
baseAddress
lib/dffi_api.cpp:533
↓ 2 callers
Function
byte_offset_unsafe
third-party/pybind11/numpy.h:393
↓ 2 callers
Method
call
bindings/python/cobj.cpp:608
↓ 2 callers
Function
check
third-party/pybind11/pytypes.h:294
↓ 2 callers
Function
check_kw_only_arg
third-party/pybind11/attr.h:449
↓ 2 callers
Function
convert_dsizes_to_vector
third-party/pybind11/eigen/tensor.h:142
↓ 2 callers
Function
dict_getitem
third-party/pybind11/pytypes.h:901
↓ 2 callers
Function
dict_getitemstring
copied from cpython _PyDict_GetItemStringWithError
third-party/pybind11/pytypes.h:886
↓ 2 callers
Method
dlopen
lib/dffi_api.cpp:90
↓ 2 callers
Function
enable_dynamic_attributes
Give instances of this type a `__dict__` and opt into garbage collection.
third-party/pybind11/detail/class.h:542
↓ 2 callers
Function
ensure_builtins_in_globals
third-party/pybind11/eval.h:21
↓ 2 callers
Function
enum_name
third-party/pybind11/pybind11.h:1937
↓ 2 callers
Method
flags
Flags for the array descriptor
third-party/pybind11/numpy.h:623
↓ 2 callers
Function
getCompositeType
lib/dffi_impl.cpp:783
↓ 2 callers
Method
getData
bindings/python/cobj.h:460
↓ 2 callers
Function
getFormatDescriptorImpl
bindings/python/cobj.cpp:438
↓ 2 callers
Method
getFunctionType
lib/dffi_impl.cpp:1111
↓ 2 callers
Method
getFunctions
lib/dffi_api.cpp:353
↓ 2 callers
Method
getWrapperLLVMFunc
lib/dffi_impl.cpp:626
↓ 2 callers
Function
get_function
third-party/pybind11/pytypes.h:871
↓ 2 callers
Function
get_local_type_info
third-party/pybind11/detail/type_caster_base.h:196
↓ 2 callers
Function
get_thread_state_unchecked
third-party/pybind11/detail/type_caster_base.h:486
↓ 2 callers
Function
get_type_handle
third-party/pybind11/detail/type_caster_base.h:234
↓ 2 callers
Function
get_type_override
third-party/pybind11/pybind11.h:2665
↓ 2 callers
Function
inc_ref_counter
third-party/pybind11/pytypes.h:323
↓ 2 callers
Function
initialize_interpreter
third-party/pybind11/embed.h:144
↓ 2 callers
Method
inlineAnonymousMembers
lib/anon_member_inliner.cpp:27
↓ 2 callers
Function
instance_simple_holder_in_ptrs
* The space to allocate for simple layout instance holders (see below) in multiple of the size of * a pointer (e.g. 2 means 16 bytes on 64-bit archi
third-party/pybind11/detail/common.h:557
↓ 2 callers
Method
isValid
lib/dffi_api.cpp:423
↓ 2 callers
Function
is_tensor_aligned
third-party/pybind11/eigen/tensor.h:37
↓ 2 callers
Function
isolateFunc
lib/dffi_llvm_wrapper.cpp:20
↓ 2 callers
Method
kwargs
third-party/pybind11/cast.h:1472
↓ 2 callers
Function
len_hint
Get the length hint of a Python object. Returns 0 when this cannot be determined.
third-party/pybind11/pytypes.h:2341
↓ 2 callers
Function
list_fields
bindings/python/pydffi.cpp:384
↓ 2 callers
Function
load
third-party/pybind11/stl.h:241
↓ 2 callers
Method
load
third-party/pybind11/detail/type_caster_base.h:506
← previous
next →
101–200 of 1,313, ranked by callers