Home
last modified time | relevance | path

Searched defs:objref (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/devel/omniORB/omniORB-4.2.4/src/services/include/
H A Dcorba_wrappers.h118 #define WRAPPED_DUPLICATE(T,objref) T::_duplicate(objref) argument
119 #define WRAPPED_IMPL2OREF(T,objref) T::_duplicate(objref) argument
120 #define WRAPPED_RELEASE(T,objref) CORBA::release(objref) argument
121 #define WRAPPED_RELEASE_IMPL(T,objref) CORBA::release(objref) argument
122 #define WRAPPED_DISPOSE(objref) delete objref argument
123 #define WRAPPED_DISPOSE_IMPL(objref) delete objref argument
151 #define WRAPPED_DUPLICATE(T,objref) T::_duplicate(objref) argument
152 #define WRAPPED_RELEASE(T,objref) CORBA::release(objref) argument
165 #define WRAPPED_DISPOSE_IMPL(objref) \ argument
187 #define WRAPPED_IMPL2OREF(T,objref) T::_duplicate(objref) argument
[all …]
/dports/devel/ORBit2/ORBit2-2.14.19/test/everything/
H A Dclient.c402 test_StructServer objref; in testIInterface() local
522 test_StructServer objref; in testFixedLengthStruct() local
676 test_StructServer objref; in testStructAny() local
834 test_UnionServer objref; in testFixedLengthUnion() local
1248 test_AnyServer objref; in testAnyLong() local
1302 test_AnyServer objref; in testAnyString() local
1353 test_AnyServer objref; in testAnyStrSeq() local
1373 test_AnyServer objref; in testAnyStruct() local
1542 test_AnyServer objref; in testTypeCode() local
1795 CORBA_Object objref; in testIOR() local
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dhandletable.inl11 inline void HndAssignHandle(OBJECTHANDLE handle, OBJECTREF objref)
45 inline void* HndInterlockedCompareExchangeHandle(OBJECTHANDLE handle, OBJECTREF objref, OBJECTREF o…
77 inline BOOL HndFirstAssignHandle(OBJECTHANDLE handle, OBJECTREF objref)
H A Dhandletable.h152 #define OBJECTREF_TO_UNCHECKED_OBJECTREF(objref) (*((_UNCHECKED_OBJECTREF*)&(objref))) argument
155 #define OBJECTREF_TO_UNCHECKED_OBJECTREF(objref) (objref) argument
/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dmalloc.C216 struct objref { struct
220 ihash_entry<objref> hlink; argument
229 objref::objref (const void *o, const char *fl, int *fp) in objref() function
/dports/net-p2p/jackett/Jackett/Definitions/
H A Dtorrentproject.yml83 - name: re_replace
84 args: ["[^a-zA-Z0-9]+", ""]
92 selector: span > a
101 size:
/dports/lang/erlang-runtime23/corba-5.0.2/lib/orber/test/
H A Dcdrcoding_10_SUITE.erl170 objref(0) -> function
177 objref(1) -> function
186 objref(2) -> function
H A Dcdrcoding_11_SUITE.erl170 objref(0) -> function
178 objref(1) -> function
187 objref(2) -> function
H A Dcdrcoding_12_SUITE.erl155 objref(0) -> function
163 objref(1) -> function
172 objref(2) -> function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/orber/test/
H A Dcdrcoding_10_SUITE.erl170 objref(0) -> function
177 objref(1) -> function
186 objref(2) -> function
H A Dcdrcoding_11_SUITE.erl170 objref(0) -> function
178 objref(1) -> function
187 objref(2) -> function
H A Dcdrcoding_12_SUITE.erl155 objref(0) -> function
163 objref(1) -> function
172 objref(2) -> function
/dports/lang/erlang-runtime22/corba-4.5.2/lib/orber/test/
H A Dcdrcoding_12_SUITE.erl155 objref(0) -> function
163 objref(1) -> function
172 objref(2) -> function
H A Dcdrcoding_10_SUITE.erl170 objref(0) -> function
177 objref(1) -> function
186 objref(2) -> function
H A Dcdrcoding_11_SUITE.erl170 objref(0) -> function
178 objref(1) -> function
187 objref(2) -> function
/dports/lang/erlang/corba-5.0.2/lib/orber/test/
H A Dcdrcoding_12_SUITE.erl155 objref(0) -> function
163 objref(1) -> function
172 objref(2) -> function
H A Dcdrcoding_10_SUITE.erl170 objref(0) -> function
177 objref(1) -> function
186 objref(2) -> function
H A Dcdrcoding_11_SUITE.erl170 objref(0) -> function
178 objref(1) -> function
187 objref(2) -> function
/dports/lang/erlang-runtime21/corba-4.5.2/lib/orber/test/
H A Dcdrcoding_10_SUITE.erl170 objref(0) -> function
177 objref(1) -> function
186 objref(2) -> function
H A Dcdrcoding_11_SUITE.erl170 objref(0) -> function
178 objref(1) -> function
187 objref(2) -> function
H A Dcdrcoding_12_SUITE.erl155 objref(0) -> function
163 objref(1) -> function
172 objref(2) -> function
/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/
H A DpyObjectRef.cc95 const CORBA::Object_ptr objref) in createPyCorbaObjRef()
177 omniPy::createPyPseudoObjRef(const CORBA::Object_ptr objref) in createPyPseudoObjRef()
275 omniObjRef* objref = new Py_omniObjRef(targetRepoId, ior, id); in createObjRef() local
344 omniObjRef* objref; in createLocalObjRef() local
409 const CORBA::Object_ptr objref) in makeLocalObjRef()
444 CORBA::Object_ptr objref = getObjRef(pyobjref); in copyObjRefArgument() local
523 omniObjRef* objref; in stringToObject() local
584 omniObjRef* objref = omniPy::createObjRef(repoId,ior,0); in UnMarshalObjRef() local
H A DpyORBFunc.cc58 CORBA::Object_ptr objref; in pyORB_string_to_object() local
76 CORBA::Object_ptr objref; in pyORB_object_to_string() local
103 CORBA::Object_ptr objref; in pyORB_register_initial_reference() local
152 CORBA::Object_ptr objref; in pyORB_resolve_initial_references() local
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/gtest/
H A DTestExpirationTracker.cpp85 UniquePtr<Object>& objref = mUniverse[uint32_t(rand())%mUniverse.Length()]; in DoRandomOperation() local
93 UniquePtr<Object>& objref = mUniverse[uint32_t(rand())%mUniverse.Length()]; in DoRandomOperation() local
102 UniquePtr<Object>& objref = mUniverse[uint32_t(rand())%mUniverse.Length()]; in DoRandomOperation() local
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestExpirationTracker.cpp88 UniquePtr<Object>& objref = in DoRandomOperation() local
97 UniquePtr<Object>& objref = in DoRandomOperation() local
107 UniquePtr<Object>& objref = in DoRandomOperation() local

12345678