Home
last modified time | relevance | path

Searched refs:alias_ptr (Results 1 – 25 of 90) sorted by relevance

1234

/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/pybindgen/typehandlers/
H A Dsmart_ptr.py63 alias_ptr = self.get_pointer_name(alias)
64 cls.ThisClassSharedPtrParameter.CTYPES.append(alias_ptr)
66 param_type_matcher.register(alias_ptr, cls.ThisClassSharedPtrParameter)
69 cls.ThisClassSharedPtrReturn.CTYPES.append(alias_ptr)
71 return_type_matcher.register(alias_ptr, cls.ThisClassSharedPtrReturn)
/dports/math/mfem/mfem-4.3/general/
H A Dmem_manager.cpp1318 void MemoryManager::InsertAlias(const void *base_ptr, void *alias_ptr, in InsertAlias() argument
1348 maps->aliases.emplace(alias_ptr, in InsertAlias()
1385 void MemoryManager::EraseAlias(void *alias_ptr) in EraseAlias() argument
1391 if (!alias_ptr) { return; } in EraseAlias()
1392 auto alias_map_iter = maps->aliases.find(alias_ptr); in EraseAlias()
1427 void *MemoryManager::GetAliasDevicePtr(const void *alias_ptr, size_t bytes, in GetAliasDevicePtr() argument
1430 if (!alias_ptr) in GetAliasDevicePtr()
1436 auto alias_map_iter = alias_map.find(alias_ptr); in GetAliasDevicePtr()
1451 MFEM_ASSERT(alias_h_ptr == alias_ptr, "internal error"); in GetAliasDevicePtr()
1455 ctrl->Host(h_mt)->AliasUnprotect(alias_ptr, bytes); in GetAliasDevicePtr()
[all …]
/dports/lang/v8/v8-9.6.180.12/tools/clang/rewrite_raw_ptr_fields/tests/
H A Dvarious-types-original.cc98 SomeClassAlias* alias_ptr; member
H A Dvarious-types-expected.cc100 raw_ptr<SomeClassAlias> alias_ptr; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/rewrite_raw_ptr_fields/tests/
H A Dvarious-types-original.cc98 SomeClassAlias* alias_ptr; member
H A Dvarious-types-expected.cc100 CheckedPtr<SomeClassAlias> alias_ptr; member
/dports/graphics/open3d/Open3D-0.2/src/External/pybind11/include/pybind11/detail/
H A Dinit.h114 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
115 no_nullptr(alias_ptr); in construct()
116 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/pybind11/include/pybind11/detail/
H A Dinit.h114 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
115 no_nullptr(alias_ptr); in construct()
116 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/pybind11/pybind11/include/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/math/petanque/arybo-release-1.1.0/petanque/third-party/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/include/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/science/py-dlib/dlib-19.22/dlib/external/pybind11/include/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/math/py-iminuit/iminuit-2.8.4/extern/pybind11/include/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/misc/mnn/MNN-1.2.0/pymnn/src/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/pybind11/include/pybind11/detail/
H A Dinit.h125 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
126 no_nullptr(alias_ptr); in construct()
127 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/python/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/science/hepmc3/HepMC3-3.2.4/python/include/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/science/gromacs/gromacs-2021.4/python_packaging/src/external/pybind/include/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/cad/netgen/netgen-6.2.2105/external_dependencies/pybind11/include/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/devel/pybind11/pybind11-2.8.1/include/pybind11/detail/
H A Dinit.h125 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
126 no_nullptr(alias_ptr); in construct()
127 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/science/dlib-cpp/dlib-19.22/dlib/external/pybind11/include/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/misc/py-onnx/onnx-1.10.2/third_party/pybind11/include/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/.eggs/pybind11-2.4.3-py3.7.egg/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/math/cadabra2/cadabra2-2.3.6.8/libs/pybind11/include/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/cpp/pybind11/pybind11/detail/
H A Dinit.h124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct() argument
125 no_nullptr(alias_ptr); in construct()
126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct()

1234