Home
last modified time | relevance | path

Searched refs:DynValueBoxImpl (Results 1 – 6 of 6) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynValueBoxImpl.java42 public class DynValueBoxImpl extends DynValueCommonImpl implements DynValueBox class
48 private DynValueBoxImpl() { in DynValueBoxImpl() method in DynValueBoxImpl
52 protected DynValueBoxImpl(ORB orb, Any any, boolean copyValue) { in DynValueBoxImpl() method in DynValueBoxImpl
56 protected DynValueBoxImpl(ORB orb, TypeCode typeCode) { in DynValueBoxImpl() method in DynValueBoxImpl
H A DDynAnyUtil.java91 return new DynValueBoxImpl(orb, any, copyValue); in createMostDerivedDynAny()
119 return new DynValueBoxImpl(orb, typeCode); in createMostDerivedDynAny()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynValueBoxImpl.java42 public class DynValueBoxImpl extends DynValueCommonImpl implements DynValueBox class
48 private DynValueBoxImpl() { in DynValueBoxImpl() method in DynValueBoxImpl
52 protected DynValueBoxImpl(ORB orb, Any any, boolean copyValue) { in DynValueBoxImpl() method in DynValueBoxImpl
56 protected DynValueBoxImpl(ORB orb, TypeCode typeCode) { in DynValueBoxImpl() method in DynValueBoxImpl
H A DDynAnyUtil.java91 return new DynValueBoxImpl(orb, any, copyValue); in createMostDerivedDynAny()
119 return new DynValueBoxImpl(orb, typeCode); in createMostDerivedDynAny()
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/dynamic/
H A DdynAny.cc5168 DynValueBoxImpl::DynValueBoxImpl(TypeCode_base* tc, CORBA::Boolean is_root) in DynValueBoxImpl() function in DynValueBoxImpl
5175 DynValueBoxImpl::~DynValueBoxImpl() in ~DynValueBoxImpl()
5184 DynValueBoxImpl::is_null() in is_null()
5190 DynValueBoxImpl::set_to_null() in set_to_null()
5197 DynValueBoxImpl::set_to_value() in set_to_value()
5210 DynValueBoxImpl::copy() in copy()
5213 DynValueBoxImpl* da = in copy()
5227 DynValueBoxImpl::get_boxed_value() in get_boxed_value()
5308 DynValueBoxImpl::NP_nodetype() const in NP_nodetype()
5442 DynValueBoxImpl::_NP_incrRefCount() in _NP_incrRefCount()
[all …]
/dports/devel/omniORB/omniORB-4.2.4/include/omniORB4/internal/
H A DdynAnyImpl.h62 class DynValueBoxImpl; variable
1301 class DynValueBoxImpl : public DynAnyConstrBase,
1305 DynValueBoxImpl(TypeCode_base* tc, CORBA::Boolean is_root=1);
1306 virtual ~DynValueBoxImpl();