Home
last modified time | relevance | path

Searched defs:ObjectRef (Results 1 – 25 of 136) sorted by relevance

123456

/dports/games/spring/spring_98.0/rts/System/creg/
H A DSerializer.h33 struct ObjectRef { struct
34 ObjectRef() { in ObjectRef() function
41 ObjectRef(void* ptr, int id, bool isEmbedded, Class* class_) { in ObjectRef() function
48 ObjectRef(const ObjectRef&src) :memberGroups(src.memberGroups){ in ObjectRef() argument
55 void* ptr;
56 int id, classIndex;
57 bool isEmbedded;
81 std::map<void*,std::vector<ObjectRef*> > ptrToId; argument
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scripter/
H A Dpythonize.h28 struct ObjectRef struct
31 ~ObjectRef () { in ~ObjectRef() argument
36 ObjectRef *prevObject; // pointer to next object on the stack argument
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/helpers/
H A Dobjectref.h27 ObjectRef(T *obj) : m_obj(obj) { ref(); } in ObjectRef() function
31 ObjectRef(const ObjectRef<T> &other) : m_obj(other.m_obj) { ref(); } in ObjectRef() function
35 ObjectRef(ObjectRef &&other) noexcept : m_obj(other.m_obj) { moveref(&other); } in ObjectRef() function
39 ObjectRef() : m_obj(nullptr) { } in ObjectRef() function
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dproperties.h54 struct TILEDSHARED_EXPORT ObjectRef struct
62 static int toInt(const ObjectRef &ref) { return ref.id; } in toInt() argument
63 static ObjectRef fromInt(int id) { return ObjectRef { id }; } in fromInt() argument
/dports/cad/horizon-eda/horizon-2.1.0/src/canvas/
H A Dobject_ref.hpp7 class ObjectRef { class
9ObjectRef(ObjectType ty, const UUID &uu, const UUID &uu2 = UUID()) : type(ty), uuid(uu), uuid2(uu2) in ObjectRef() function in horizon::ObjectRef
12 ObjectRef() : type(ObjectType::INVALID) in ObjectRef() function in horizon::ObjectRef
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/validator_derive-0.10.1/tests/
H A Drequired.rs8 struct ObjectRef { struct
24 val: Option<ObjectRef>, argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/_ffi/_cython/
H A Dconvert.pxi33 cdef cppclass ADT(ObjectRef): argument
42 cdef cppclass Integer(ObjectRef): argument
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/_ffi/_cython/
H A Dconvert.pxi33 cdef cppclass ADT(ObjectRef): argument
42 cdef cppclass Integer(ObjectRef): argument
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/
H A Dshared_ptr.hpp31 class ObjectRef : public datastax::internal::RefCounted<ObjectRef<T, D> > { class
33 ObjectRef(T* ptr) in ObjectRef() function in ObjectRef
/dports/databases/fastdb/fastdb/src/
H A Dcursor.cpp373 struct ObjectRef { struct
376 bool operator > (ObjectRef& ref) { in operator >() argument
380 bool operator < (ObjectRef& ref) { in operator <() argument
384 bool operator >= (ObjectRef& ref) { in operator >=() argument
388 bool operator <= (ObjectRef& ref) { in operator <=() argument
392 bool operator == (ObjectRef& ref) { in operator ==() argument
396 bool operator != (ObjectRef& ref) { in operator !=() argument
400 static int compare(ObjectRef* a, ObjectRef* b) { in compare() argument
/dports/devel/pygobject3-common/pygobject-3.38.0/tests/
H A Dtest_object_marshaling.py41 ObjectRef = weakref.ref variable in VFuncsBase
102 ObjectRef = weakref.ref variable in TestVFuncsWithObjectArg.VFuncs
224 ObjectRef = weakref.ref variable in TestVFuncsWithFloatingArg.VFuncs
322 ObjectRef = StrongRef variable in TestVFuncsWithHeldObjectArg.VFuncs
451 ObjectRef = StrongRef variable in TestVFuncsWithHeldFloatingArg.VFuncs
/dports/devel/py-gobject3/pygobject-3.38.0/tests/
H A Dtest_object_marshaling.py41 ObjectRef = weakref.ref variable in VFuncsBase
102 ObjectRef = weakref.ref variable in TestVFuncsWithObjectArg.VFuncs
224 ObjectRef = weakref.ref variable in TestVFuncsWithFloatingArg.VFuncs
322 ObjectRef = StrongRef variable in TestVFuncsWithHeldObjectArg.VFuncs
451 ObjectRef = StrongRef variable in TestVFuncsWithHeldFloatingArg.VFuncs
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-0.9.3/src/
H A Dobject.rs56 fn as_object_ref(&self) -> &ObjectRef; in as_object_ref()
383 pub struct ObjectRef { struct
388 impl Clone for ObjectRef { implementation
399 impl Drop for ObjectRef { implementation
409 impl fmt::Debug for ObjectRef { implementation
424 impl PartialOrd for ObjectRef { implementation
430 impl Ord for ObjectRef { implementation
436 impl PartialEq for ObjectRef { implementation
442 impl Eq for ObjectRef {} implementation
444 impl hash::Hash for ObjectRef { implementation
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-0.9.0/src/
H A Dobject.rs56 fn as_object_ref(&self) -> &ObjectRef; in as_object_ref()
380 pub struct ObjectRef { struct
385 impl Clone for ObjectRef { implementation
396 impl Drop for ObjectRef { implementation
406 impl fmt::Debug for ObjectRef { implementation
421 impl PartialOrd for ObjectRef { implementation
427 impl Ord for ObjectRef { implementation
433 impl PartialEq for ObjectRef { implementation
439 impl Eq for ObjectRef {} implementation
441 impl hash::Hash for ObjectRef { implementation
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/glib-0.9.3/src/
H A Dobject.rs56 fn as_object_ref(&self) -> &ObjectRef; in as_object_ref()
383 pub struct ObjectRef { struct
388 impl Clone for ObjectRef { argument
399 impl Drop for ObjectRef { implementation
409 impl fmt::Debug for ObjectRef { implementation
424 impl PartialOrd for ObjectRef { implementation
430 impl Ord for ObjectRef { implementation
436 impl PartialEq for ObjectRef { implementation
442 impl Eq for ObjectRef {} implementation
444 impl hash::Hash for ObjectRef { implementation
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/glib/src/
H A Dobject.rs56 fn as_object_ref(&self) -> &ObjectRef; in as_object_ref()
383 pub struct ObjectRef { struct
388 impl Clone for ObjectRef { argument
399 impl Drop for ObjectRef { implementation
409 impl fmt::Debug for ObjectRef { implementation
424 impl PartialOrd for ObjectRef { implementation
430 impl Ord for ObjectRef { implementation
436 impl PartialEq for ObjectRef { implementation
442 impl Eq for ObjectRef {} implementation
444 impl hash::Hash for ObjectRef { implementation
[all …]
/dports/graphics/libzmf/libzmf-0.0.2/src/lib/
H A DZMF4Parser.h86 struct ObjectRef struct
96 std::vector<ObjectRef> readObjectRefs(); argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/
H A Dobject.rs57 fn as_object_ref(&self) -> &ObjectRef; in as_object_ref()
404 pub struct ObjectRef { struct
408 impl Clone for ObjectRef { implementation
418 impl Drop for ObjectRef { implementation
426 impl fmt::Debug for ObjectRef { implementation
440 impl PartialOrd for ObjectRef { implementation
446 impl Ord for ObjectRef { implementation
452 impl PartialEq for ObjectRef { implementation
458 impl Eq for ObjectRef {} implementation
460 impl hash::Hash for ObjectRef { implementation
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/cppbind/
H A DNasalObject.hxx74 typedef SGSharedPtr<Object> ObjectRef; typedef
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/
H A DInternalBindingValue.java64 public void setObjectRef( org.omg.CORBA.Object ObjectRef ) in setObjectRef()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/
H A DInternalBindingValue.java64 public void setObjectRef( org.omg.CORBA.Object ObjectRef ) in setObjectRef()
/dports/misc/mxnet/incubator-mxnet-1.9.0/include/mxnet/runtime/
H A Dpacked_func.h423 operator ObjectRef() const { in ObjectRef() function
487 using MXNetPODValue_::operator ObjectRef; variable
576 using MXNetPODValue_::operator ObjectRef; variable
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/include/mxnet/runtime/
H A Dpacked_func.h423 operator ObjectRef() const { in ObjectRef() function
487 using MXNetPODValue_::operator ObjectRef; variable
576 using MXNetPODValue_::operator ObjectRef; variable
/dports/x11-toolkits/p5-Tk/Tk-804.035/
H A DtkGlue.m34 # define ObjectRef (*TkglueVptr->V_ObjectRef) macro
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/
H A Dobject.rs57 fn as_object_ref(&self) -> &ObjectRef; in as_object_ref()
292 pub struct ObjectRef { struct
296 impl Clone for ObjectRef { argument
306 impl Drop for ObjectRef { implementation
314 impl fmt::Debug for ObjectRef { implementation
328 impl PartialOrd for ObjectRef { implementation
334 impl Ord for ObjectRef { implementation
340 impl PartialEq for ObjectRef { implementation
346 impl Eq for ObjectRef {} implementation
348 impl hash::Hash for ObjectRef { implementation
[all …]

123456