Home
last modified time | relevance | path

Searched refs:TypeCode_ptr (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/omniORB/omniORB-4.2.4/include/omniORB4/
H A DCORBA_TypeCode.h40 TypeCode_ptr type;
53 TypeCode_ptr type;
59 TypeCode_ptr type;
159 static TypeCode_ptr _duplicate(TypeCode_ptr t);
160 static TypeCode_ptr _nil();
178 void add(TypeCode_ptr tc);
181 TypeCode_ptr pd_head;
209 static TypeCode_ptr NP_sequence_tc(ULong bound, TypeCode_ptr element_type);
210 static TypeCode_ptr NP_array_tc(ULong length, TypeCode_ptr element_type);
272 static TypeCode_ptr PR_sequence_tc(ULong bound, TypeCode_ptr element_type,
[all …]
H A DCORBA_ORB.h208 TypeCode_ptr discriminator_type,
213 TypeCode_ptr original_type);
217 TypeCode_ptr create_string_tc(ULong bound);
218 TypeCode_ptr create_wstring_tc(ULong bound);
219 TypeCode_ptr create_fixed_tc(UShort digits, Short scale);
220 TypeCode_ptr create_sequence_tc(ULong bound,
221 TypeCode_ptr element_type);
225 TypeCode_ptr create_array_tc(ULong length, TypeCode_ptr etype);
229 TypeCode_ptr concrete_base,
233 TypeCode_ptr boxed_type);
[all …]
H A DCORBA_TypeCode_member.h42 inline TypeCode_member(TypeCode_ptr p) : _ptr(p) {} in TypeCode_member()
46 TypeCode_member& operator=(TypeCode_ptr p);
50 inline TypeCode_ptr operator->() const { return _ptr; }
51 inline operator TypeCode_ptr() const { return _ptr; } in TypeCode_ptr() function
53 inline TypeCode_ptr in() const { return _ptr; } in in()
54 inline TypeCode_ptr& inout() { return _ptr; } in inout()
55 TypeCode_ptr& out();
56 TypeCode_ptr _retn();
58 TypeCode_ptr _ptr;
61 TypeCode_ptr tmp = _ptr; in NP_swap()
H A DCORBA_Any.h69 void operator<<=(TypeCode_ptr tc); // copying
70 void operator<<=(TypeCode_ptr* tc); // non-copying
148 Boolean operator>>=(TypeCode_ptr& tc) const;
220 TypeCode_ptr type() const;
221 void type(TypeCode_ptr);
228 TypeCode_ptr NP_type() const;
234 CORBA::TypeCode_ptr tc = pd_tc; in NP_swap()
278 inline Boolean PR_equivalent(TypeCode_ptr tc);
289 Boolean PR_extract(TypeCode_ptr tc,
295 Boolean PR_extract(TypeCode_ptr tc,
[all …]
H A DCORBA_ExceptionList.h50 virtual void add(TypeCode_ptr tc) = 0;
51 virtual void add_consume(TypeCode_ptr tc) = 0;
54 virtual TypeCode_ptr item(ULong index) = 0;
H A DCORBA_vartypes.h41 typedef TypeCode_ptr T_ptr;
105 inline TypeCode_INOUT_arg(TypeCode_ptr& p) : _data(p) { } in TypeCode_INOUT_arg()
110 inline operator TypeCode_ptr&() { return _data; }
112 TypeCode_ptr& _data;
125 typedef TypeCode_ptr T_ptr;
H A DCORBA_static_fns.h86 _CORBA_MODULE_FN inline Boolean is_nil(TypeCode_ptr p) { in is_nil()
107 _CORBA_MODULE_FN void release(TypeCode_ptr o);
H A Dpoa_defs.h77 _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_ForwardRequest;
206 _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_AdapterActivator;
333 _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_ServantManager;
460 _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_ServantActivator;
518 static _dyn_attr const ::CORBA::TypeCode_ptr _tc_Cookie;
589 _CORBA_MODULE_VAR _dyn_attr const ::CORBA::TypeCode_ptr _tc_ServantLocator;
H A DCORBA.h88 typedef TypeCode* TypeCode_ptr; typedef
89 typedef TypeCode_ptr TypeCodeRef;
H A DCORBA_Exception.h274 _CORBA_MODULE_VAR _dyn_attr const CORBA::TypeCode_ptr _tc_PolicyErrorCode;
310 _CORBA_MODULE_VAR _dyn_attr const CORBA::TypeCode_ptr _tc_PolicyError;
H A DvalueType.h56 CORBA::TypeCode_ptr tc,
H A DCORBA_Any_vartypes.h147 inline void operator<<=(TypeCode_ptr tc) {
224 inline Boolean operator>>=(TypeCode_ptr& tc) const {
H A DCORBA_Request.h57 virtual void set_return_type(TypeCode_ptr tc) = 0;
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/dynamic/
H A Dtypecode.cc89 CORBA::TypeCode_ptr
120 CORBA::TypeCode_ptr
133 CORBA::TypeCode_ptr
152 CORBA::TypeCode_ptr
195 CORBA::TypeCode_ptr
205 CORBA::TypeCode_ptr
232 CORBA::TypeCode_ptr in OMNI_NAMESPACE_END()
257 CORBA::TypeCode_ptr
283 CORBA::TypeCode_ptr
298 CORBA::TypeCode_ptr
[all …]
H A DexceptionList.cc64 ExceptionListImpl::add(CORBA::TypeCode_ptr tc) in add()
75 CORBA::TypeCode_ptr ntc = CORBA::TypeCode::_duplicate(tc); in add()
82 ExceptionListImpl::add_consume(CORBA::TypeCode_ptr tc) in add_consume()
98 CORBA::TypeCode_ptr
156 virtual void add(CORBA::TypeCode_ptr tc) { in add()
159 virtual void add_consume(CORBA::TypeCode_ptr tc) { in add_consume()
162 virtual CORBA::TypeCode_ptr item(CORBA::ULong index) { in item()
H A Dany.cc63 CORBA::TypeCode_ptr
64 get(CORBA::TypeCode_ptr tc) in get()
72 grabTC(CORBA::TypeCode_ptr& tc, CORBA::TypeCode_ptr new_tc) in grabTC()
83 dupTC(CORBA::TypeCode_ptr& tc, CORBA::TypeCode_ptr new_tc) in dupTC()
913 CORBA::TypeCode_ptr t = (CORBA::TypeCode_ptr)d; in marshalTypeCode_fn()
923 CORBA::TypeCode_ptr t = (CORBA::TypeCode_ptr)d; in deleteTypeCode_fn()
952 tc = (CORBA::TypeCode_ptr)v; in operator >>=()
1244 CORBA::TypeCode_ptr tc; in operator <<=()
1317 CORBA::TypeCode_ptr tc; in operator <<=()
1379 CORBA::TypeCode_ptr
[all …]
H A Dpolicy.cc154 static CORBA::TypeCode_ptr _0RL_tc_CORBA_mPolicyErrorCode = CORBA::TypeCode::PR_alias_tc("IDL:omg.o…
160 const CORBA::TypeCode_ptr _tc_PolicyErrorCode = _0RL_tc_CORBA_mPolicyErrorCode;
163 const CORBA::TypeCode_ptr CORBA::_tc_PolicyErrorCode = _0RL_tc_CORBA_mPolicyErrorCode;
170 static CORBA::TypeCode_ptr _0RL_tc_CORBA_mPolicyError = CORBA::TypeCode::PR_exception_tc("IDL:omg.o…
174 const CORBA::TypeCode_ptr _tc_PolicyError = _0RL_tc_CORBA_mPolicyError;
177 const CORBA::TypeCode_ptr CORBA::_tc_PolicyError = _0RL_tc_CORBA_mPolicyError;
H A DdynException.cc109 static const CORBA::TypeCode_ptr _tc_##module##_##_fqname = CORBA::TypeCode::PR_exception_tc("IDL:o…
211 static CORBA::TypeCode_ptr _0RL_tc_PortableServer_mForwardRequest = CORBA::TypeCode::PR_exception_t…
215 const CORBA::TypeCode_ptr _tc_ForwardRequest = _0RL_tc_PortableServer_mForwardRequest;
218 const CORBA::TypeCode_ptr PortableServer::_tc_ForwardRequest = _0RL_tc_PortableServer_mForwardReque…
226 static CORBA::TypeCode_ptr _0RL_tc_PortableServer_mPOA_mInvalidPolicy = CORBA::TypeCode::PR_excepti…
227 const CORBA::TypeCode_ptr PortableServer::POA::_tc_InvalidPolicy = _0RL_tc_PortableServer_mPOA_mInv…
372 static CORBA::TypeCode_ptr _tc_CompletionStatus =
385 CORBA::TypeCode_ptr CORBA::_tc_##name = CORBA::TypeCode::PR_exception_tc("IDL:omg.org/CORBA/" #name…
H A DunknownValue.cc36 UnknownValue::UnknownValue(CORBA::TypeCode_ptr tc) in OMNI_NAMESPACE_BEGIN()
88 marshal_value_state(cdrStream& from, cdrStream& to, CORBA::TypeCode_ptr tc) in marshal_value_state()
H A DdynAnyNil.cc53 virtual CORBA::TypeCode_ptr type() const { in type()
113 virtual void insert_typecode(CORBA::TypeCode_ptr value) { in insert_typecode()
194 virtual CORBA::TypeCode_ptr get_typecode() { in get_typecode()
975 create_dyn_any_from_type_code(CORBA::TypeCode_ptr type) { in create_dyn_any_from_type_code()
/dports/devel/omniORB/omniORB-4.2.4/include/omniORB4/internal/
H A DtcParser.h54 void copyStreamToStream(const CORBA::TypeCode_ptr tc,
62 void skip(const CORBA::TypeCode_ptr tc, cdrStream &s);
70 void copyStreamToMemStream_flush(const CORBA::TypeCode_ptr tc, in copyStreamToMemStream_flush()
81 void copyMemStreamToStream_rdonly(const CORBA::TypeCode_ptr tc, in copyMemStreamToStream_rdonly()
H A Dpseudo.h169 virtual void add(CORBA::TypeCode_ptr tc);
170 virtual void add_consume(CORBA::TypeCode_ptr tc);
171 virtual CORBA::TypeCode_ptr item(CORBA::ULong index);
179 typedef _CORBA_PseudoValue_Sequence<CORBA::TypeCode_ptr> ExceptionSeq;
H A Dtypecode.h88 #define ToTcBase(a) ((TypeCode_base*)(CORBA::TypeCode_ptr)a)
91 ToTcBase_Checked(CORBA::TypeCode_ptr a) in ToTcBase_Checked()
104 if (CORBA::is_nil((CORBA::TypeCode_ptr)a)) in ToConstTcBase_Checked()
702 CORBA::TypeCode_ptr type;
986 CORBA::TypeCode_ptr type;
1360 extractLabel(const CORBA::Any& discval, CORBA::TypeCode_ptr tc);
1369 CORBA::TypeCode_ptr tc);
1374 CORBA::TypeCode_ptr tc, cdrStream& s);
1378 unmarshalLabel(CORBA::TypeCode_ptr tc, cdrStream& s);
H A DdynAnyImpl.h95 virtual CORBA::TypeCode_ptr type() const;
210 virtual void insert_typecode (CORBA::TypeCode_ptr value);
238 virtual CORBA::TypeCode_ptr get_typecode();
458 virtual void insert_typecode (CORBA::TypeCode_ptr value);
486 virtual CORBA::TypeCode_ptr get_typecode();
814 virtual void insert_typecode (CORBA::TypeCode_ptr value);
928 virtual void insert_typecode (CORBA::TypeCode_ptr value);
956 virtual CORBA::TypeCode_ptr get_typecode();
1407 create_dyn_any_from_type_code(CORBA::TypeCode_ptr type);
H A DunknownValue.h52 UnknownValue(CORBA::TypeCode_ptr tc); in OMNI_NAMESPACE_BEGIN()

12