Home
last modified time | relevance | path

Searched defs:ObjectPtr (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/games/openmw/openmw-openmw-0.47.0/components/misc/
H A Dobjectpool.hpp33 struct ObjectPtr final : std::unique_ptr<T, ObjectPtrDeleter<T>> struct
38 ObjectPtr() in ObjectPtr() argument
41 ObjectPtr(std::nullptr_t) in ObjectPtr() argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/rust/tvm-rt/src/object/
H A Dobject_ptr.rs171 pub struct ObjectPtr<T: IsObject> { struct
175 impl ObjectPtr<Object> { implementation
185 impl<T: IsObject> Clone for ObjectPtr<T> { implementation
192 impl<T: IsObject> Drop for ObjectPtr<T> { implementation
198 impl<T: IsObject> ObjectPtr<T> { implementation
259 impl<T: IsObject> std::ops::Deref for ObjectPtr<T> { implementation
275 impl<'a, T: IsObject> TryFrom<RetValue> for ObjectPtr<T> { implementation
300 impl<'a, T: IsObject> TryFrom<ArgValue<'a>> for ObjectPtr<T> { implementation
/dports/devel/ice37/ice-3.7.2/cpp/include/Ice/
H A DObjectF.h17 using ObjectPtr = ::std::shared_ptr<Object>; variable
21 typedef IceInternal::Handle<Object> ObjectPtr; typedef
/dports/devel/php-ice37/ice-3.7.2/cpp/include/Ice/
H A DObserverHelper.h17 public:
18
19 #ifdef ICE_CPP11_MAPPING
22 typedef IceInternal::Handle<T> TPtr;
/dports/devel/py-ice37/ice-3.7.2/cpp/include/Ice/
H A DObjectF.h17 using ObjectPtr = ::std::shared_ptr<Object>; variable
21 typedef IceInternal::Handle<Object> ObjectPtr; typedef
/dports/misc/tvm/incubator-tvm-0.6.1/include/tvm/runtime/
H A Dobject.h304 friend class ObjectPtr; variable
344 ObjectPtr() {} in ObjectPtr() function
346 ObjectPtr(std::nullptr_t) {} // NOLINT(*) in ObjectPtr() function
351 ObjectPtr(const ObjectPtr<T>& other) // NOLINT(*) in ObjectPtr() function
358 ObjectPtr(const ObjectPtr<U>& other) // NOLINT(*) in ObjectPtr() function
367 ObjectPtr(ObjectPtr<T>&& other) // NOLINT(*) in ObjectPtr() function
376 ObjectPtr(ObjectPtr<Y>&& other) // NOLINT(*) in ObjectPtr() function
471 explicit ObjectPtr(Object* data) : data_(data) { in ObjectPtr() function
481 friend class ObjectPtr; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/include/mxnet/runtime/
H A Dobject.h308 friend class ObjectPtr; variable
348 ObjectPtr() {} in ObjectPtr() function
350 ObjectPtr(std::nullptr_t) {} // NOLINT(*) in ObjectPtr() function
355 ObjectPtr(const ObjectPtr<T>& other) // NOLINT(*) in ObjectPtr() function
362 ObjectPtr(const ObjectPtr<U>& other) // NOLINT(*) in ObjectPtr() function
371 ObjectPtr(ObjectPtr<T>&& other) // NOLINT(*) in ObjectPtr() function
380 ObjectPtr(ObjectPtr<Y>&& other) // NOLINT(*) in ObjectPtr() function
475 explicit ObjectPtr(Object* data) : data_(data) { in ObjectPtr() function
485 friend class ObjectPtr; variable
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/include/mxnet/runtime/
H A Dobject.h308 friend class ObjectPtr; variable
348 ObjectPtr() {} in ObjectPtr() function
350 ObjectPtr(std::nullptr_t) {} // NOLINT(*) in ObjectPtr() function
355 ObjectPtr(const ObjectPtr<T>& other) // NOLINT(*) in ObjectPtr() function
362 ObjectPtr(const ObjectPtr<U>& other) // NOLINT(*) in ObjectPtr() function
371 ObjectPtr(ObjectPtr<T>&& other) // NOLINT(*) in ObjectPtr() function
380 ObjectPtr(ObjectPtr<Y>&& other) // NOLINT(*) in ObjectPtr() function
475 explicit ObjectPtr(Object* data) : data_(data) { in ObjectPtr() function
485 friend class ObjectPtr; variable
/dports/misc/py-tvm/incubator-tvm-0.6.1/include/tvm/runtime/
H A Dobject.h304 friend class ObjectPtr; variable
344 ObjectPtr() {} in ObjectPtr() function
346 ObjectPtr(std::nullptr_t) {} // NOLINT(*) in ObjectPtr() function
351 ObjectPtr(const ObjectPtr<T>& other) // NOLINT(*) in ObjectPtr() function
358 ObjectPtr(const ObjectPtr<U>& other) // NOLINT(*) in ObjectPtr() function
367 ObjectPtr(ObjectPtr<T>&& other) // NOLINT(*) in ObjectPtr() function
376 ObjectPtr(ObjectPtr<Y>&& other) // NOLINT(*) in ObjectPtr() function
471 explicit ObjectPtr(Object* data) : data_(data) { in ObjectPtr() function
481 friend class ObjectPtr; variable
/dports/games/residualvm/residualvm-0.3.1/engines/grim/
H A Dobject.h72 ObjectPtr() : in ObjectPtr() function
76 ObjectPtr(T *obj) : in ObjectPtr() function
84 ObjectPtr(const ObjectPtr<T> &ptr) : Pointer() { in ObjectPtr() function
/dports/games/scummvm/scummvm-2.5.1/engines/grim/
H A Dobject.h72 ObjectPtr() : in ObjectPtr() function
76 ObjectPtr(T *obj) : in ObjectPtr() function
84 ObjectPtr(const ObjectPtr<T> &ptr) : Pointer() { in ObjectPtr() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/runtime/
H A Dobject.h313 friend class ObjectPtr; variable
353 ObjectPtr() {} in ObjectPtr() function
355 ObjectPtr(std::nullptr_t) {} // NOLINT(*) in ObjectPtr() function
360 ObjectPtr(const ObjectPtr<T>& other) // NOLINT(*) in ObjectPtr() function
367 ObjectPtr(const ObjectPtr<U>& other) // NOLINT(*) in ObjectPtr() function
376 ObjectPtr(ObjectPtr<T>&& other) // NOLINT(*) in ObjectPtr() function
385 ObjectPtr(ObjectPtr<Y>&& other) // NOLINT(*) in ObjectPtr() function
462 explicit ObjectPtr(Object* data) : data_(data) { in ObjectPtr() function
483 friend class ObjectPtr; variable
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Ice/invoke/
H A DServer.cpp50 finished(const Ice::Current&, const Ice::ObjectPtr&, const shared_ptr<void>&) in finished()
61 finished(const Ice::Current&, const Ice::ObjectPtr&, const Ice::LocalObjectPtr&) in finished()
/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/invoke/
H A DServer.cpp50 finished(const Ice::Current&, const Ice::ObjectPtr&, const shared_ptr<void>&) in finished()
61 finished(const Ice::Current&, const Ice::ObjectPtr&, const Ice::LocalObjectPtr&) in finished()
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/invoke/
H A DServer.cpp50 finished(const Ice::Current&, const Ice::ObjectPtr&, const shared_ptr<void>&) in finished()
61 finished(const Ice::Current&, const Ice::ObjectPtr&, const Ice::LocalObjectPtr&) in finished()
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/include/log4cxx/config/
H A Dpropertysetter.h29 typedef ObjectPtrT<Object> ObjectPtr; typedef
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/include/log4cxx/helpers/
H A Dclass.h36 typedef ObjectPtrT<Object> ObjectPtr; typedef
H A Doptionconverter.h41 typedef ObjectPtrT<Object> ObjectPtr; typedef
/dports/games/dustrac/DustRacing2D-ae380b8/src/editor/
H A Dobject.hpp51 using ObjectPtr = std::shared_ptr<Object>; typedef
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/cmio/VirtualCamera/src/
H A Dobject.h30 typedef std::shared_ptr<Object> ObjectPtr; typedef
H A Dobjectproperties.h36 typedef std::shared_ptr<Object> ObjectPtr; typedef
/dports/games/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/src/
H A DEncounter.h37 typedef const Object *ObjectPtr; typedef
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/executer/
H A Dexresnte.c191 ACPI_NAMESPACE_NODE **ObjectPtr, in AcpiExResolveNodeToValue()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/executer/
H A Dexresnte.c83 ACPI_NAMESPACE_NODE **ObjectPtr, in AcpiExResolveNodeToValue()
/dports/science/py-scipy/scipy-1.7.1/scipy/spatial/src/
H A Dfunction_ref.h30 using ObjectPtr = typename std::add_pointer<ObjectType>::type; in ObjectFunctionCaller() local

123456789