Home
last modified time | relevance | path

Searched refs:checkedCastImpl (Results 1 – 18 of 18) sorted by relevance

/dports/devel/ice37/ice-3.7.2/cpp/include/Ice/
H A DProxyHandle.h59 checkedCastImpl(const ::Ice::ObjectPrx&, const ::Ice::Context&);
62 checkedCastImpl(const ::Ice::ObjectPrx&, const std::string&, const ::Ice::Context&);
96 return checkedCastImpl<ProxyHandle<T> >(o, ctx); in checkedCastHelper()
98 return checkedCastImpl<ProxyHandle<T> >(b, ctx); in checkedCastHelper()
275 return ::IceInternal::checkedCastImpl<ProxyHandle>(o, f, ctx);
277 return ::IceInternal::checkedCastImpl<ProxyHandle>(r, f, ctx);
H A DProxy.h3250 checkedCastImpl(const ::Ice::ObjectPrx& b, const ::Ice::Context& context) in checkedCastImpl() function
3291 ICE_API ::Ice::ObjectPrx checkedCastImpl(const ::Ice::ObjectPrx&, const std::string&, const std::st…
3300 checkedCastImpl< ::Ice::ObjectPrx>(const ::Ice::ObjectPrx& b, const std::string& f, const ::Ice::Co…
3302 return checkedCastImpl(b, f, "::Ice::Object", context);
3317 checkedCastImpl(const ::Ice::ObjectPrx& b, const std::string& f, const ::Ice::Context& context) in checkedCastImpl() function
3322 ::Ice::ObjectPrx bb = checkedCastImpl(b, f, T::ice_staticId(), context); in checkedCastImpl()
3391 return ::IceInternal::checkedCastImpl<P>(b, f, context);
/dports/devel/php-ice37/ice-3.7.2/cpp/include/Ice/
H A DProxyHandle.h59 checkedCastImpl(const ::Ice::ObjectPrx&, const ::Ice::Context&);
62 checkedCastImpl(const ::Ice::ObjectPrx&, const std::string&, const ::Ice::Context&);
96 return checkedCastImpl<ProxyHandle<T> >(o, ctx);
98 return checkedCastImpl<ProxyHandle<T> >(b, ctx);
275 return ::IceInternal::checkedCastImpl<ProxyHandle>(o, f, ctx);
277 return ::IceInternal::checkedCastImpl<ProxyHandle>(r, f, ctx);
H A DProxy.h3250 checkedCastImpl(const ::Ice::ObjectPrx& b, const ::Ice::Context& context) in checkedCastImpl() function
3291 ICE_API ::Ice::ObjectPrx checkedCastImpl(const ::Ice::ObjectPrx&, const std::string&, const std::st…
3300 checkedCastImpl< ::Ice::ObjectPrx>(const ::Ice::ObjectPrx& b, const std::string& f, const ::Ice::Co…
3302 return checkedCastImpl(b, f, "::Ice::Object", context);
3317 checkedCastImpl(const ::Ice::ObjectPrx& b, const std::string& f, const ::Ice::Context& context) in checkedCastImpl() function
3322 ::Ice::ObjectPrx bb = checkedCastImpl(b, f, T::ice_staticId(), context); in checkedCastImpl()
3391 return ::IceInternal::checkedCastImpl<P>(b, f, context);
/dports/devel/py-ice37/ice-3.7.2/cpp/include/Ice/
H A DProxyHandle.h59 checkedCastImpl(const ::Ice::ObjectPrx&, const ::Ice::Context&);
62 checkedCastImpl(const ::Ice::ObjectPrx&, const std::string&, const ::Ice::Context&);
96 return checkedCastImpl<ProxyHandle<T> >(o, ctx); in checkedCastHelper()
98 return checkedCastImpl<ProxyHandle<T> >(b, ctx); in checkedCastHelper()
275 return ::IceInternal::checkedCastImpl<ProxyHandle>(o, f, ctx);
277 return ::IceInternal::checkedCastImpl<ProxyHandle>(r, f, ctx);
H A DProxy.h3250 checkedCastImpl(const ::Ice::ObjectPrx& b, const ::Ice::Context& context) in checkedCastImpl() function
3291 ICE_API ::Ice::ObjectPrx checkedCastImpl(const ::Ice::ObjectPrx&, const std::string&, const std::st…
3300 checkedCastImpl< ::Ice::ObjectPrx>(const ::Ice::ObjectPrx& b, const std::string& f, const ::Ice::Co…
3302 return checkedCastImpl(b, f, "::Ice::Object", context);
3317 checkedCastImpl(const ::Ice::ObjectPrx& b, const std::string& f, const ::Ice::Context& context) in checkedCastImpl() function
3322 ::Ice::ObjectPrx bb = checkedCastImpl(b, f, T::ice_staticId(), context); in checkedCastImpl()
3391 return ::IceInternal::checkedCastImpl<P>(b, f, context);
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DObjectPrxHelperBase.java2825 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, String id, Class<T> proxyCls, Class<?> h…
2827 return checkedCastImpl(obj, null, false, null, false, id, proxyCls, helperCls);
2830 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, java.util.Map<String, String> ctx, Strin…
2833 return checkedCastImpl(obj, ctx, true, null, false, id, proxyCls, helperCls);
2836 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, String facet, String id, Class<T> proxyC…
2839 return checkedCastImpl(obj, null, false, facet, true, id, proxyCls, helperCls);
2842 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, String facet, java.util.Map<String, Stri…
2845 return checkedCastImpl(obj, ctx, true, facet, true, id, proxyCls, helperCls);
2848 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, java.util.Map<String, String> ctx, boole…
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DObjectPrxHelperBase.java2825 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, String id, Class<T> proxyCls, Class<?> h…
2827 return checkedCastImpl(obj, null, false, null, false, id, proxyCls, helperCls);
2830 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, java.util.Map<String, String> ctx, Strin…
2833 return checkedCastImpl(obj, ctx, true, null, false, id, proxyCls, helperCls);
2836 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, String facet, String id, Class<T> proxyC…
2839 return checkedCastImpl(obj, null, false, facet, true, id, proxyCls, helperCls);
2842 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, String facet, java.util.Map<String, Stri…
2845 return checkedCastImpl(obj, ctx, true, facet, true, id, proxyCls, helperCls);
2848 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, java.util.Map<String, String> ctx, boole…
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DObjectPrxHelperBase.java2825 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, String id, Class<T> proxyCls, Class<?> h…
2827 return checkedCastImpl(obj, null, false, null, false, id, proxyCls, helperCls);
2830 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, java.util.Map<String, String> ctx, Strin…
2833 return checkedCastImpl(obj, ctx, true, null, false, id, proxyCls, helperCls);
2836 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, String facet, String id, Class<T> proxyC…
2839 return checkedCastImpl(obj, null, false, facet, true, id, proxyCls, helperCls);
2842 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, String facet, java.util.Map<String, Stri…
2845 return checkedCastImpl(obj, ctx, true, facet, true, id, proxyCls, helperCls);
2848 …protected static <T> T checkedCastImpl(Ice.ObjectPrx obj, java.util.Map<String, String> ctx, boole…
/dports/devel/ice37/ice-3.7.2/ruby/src/IceRuby/
H A DProxy.cpp1007 checkedCastImpl(const Ice::ObjectPrx& p, const string& id, VALUE facet, VALUE ctx, VALUE type) in checkedCastImpl() function
1111 return checkedCastImpl(p, "::Ice::Object", facet, ctx, Qnil); in IceRuby_ObjectPrx_checkedCast()
1206 return checkedCastImpl(p, idstr, facet, ctx, self); in IceRuby_ObjectPrx_ice_checkedCast()
/dports/devel/php-ice37/ice-3.7.2/ruby/src/IceRuby/
H A DProxy.cpp1007 checkedCastImpl(const Ice::ObjectPrx& p, const string& id, VALUE facet, VALUE ctx, VALUE type) in checkedCastImpl() function
1111 return checkedCastImpl(p, "::Ice::Object", facet, ctx, Qnil); in IceRuby_ObjectPrx_checkedCast()
1206 return checkedCastImpl(p, idstr, facet, ctx, self); in IceRuby_ObjectPrx_ice_checkedCast()
/dports/devel/py-ice37/ice-3.7.2/ruby/src/IceRuby/
H A DProxy.cpp1007 checkedCastImpl(const Ice::ObjectPrx& p, const string& id, VALUE facet, VALUE ctx, VALUE type) in checkedCastImpl() function
1111 return checkedCastImpl(p, "::Ice::Object", facet, ctx, Qnil); in IceRuby_ObjectPrx_checkedCast()
1206 return checkedCastImpl(p, idstr, facet, ctx, self); in IceRuby_ObjectPrx_ice_checkedCast()
/dports/devel/php-ice37/ice-3.7.2/python/modules/IcePy/
H A DProxy.cpp2352 checkedCastImpl(ProxyObject* p, const string& id, PyObject* facet, PyObject* ctx, PyObject* type) in checkedCastImpl() function
2457 return checkedCastImpl(reinterpret_cast<ProxyObject*>(obj), id, facet, ctx, type); in proxyIceCheckedCast()
2576 return checkedCastImpl(reinterpret_cast<ProxyObject*>(obj), "::Ice::Object", facet, ctx, 0); in proxyCheckedCast()
/dports/devel/ice37/ice-3.7.2/python/modules/IcePy/
H A DProxy.cpp2352 checkedCastImpl(ProxyObject* p, const string& id, PyObject* facet, PyObject* ctx, PyObject* type) in checkedCastImpl() function
2457 return checkedCastImpl(reinterpret_cast<ProxyObject*>(obj), id, facet, ctx, type); in proxyIceCheckedCast()
2576 return checkedCastImpl(reinterpret_cast<ProxyObject*>(obj), "::Ice::Object", facet, ctx, 0); in proxyCheckedCast()
/dports/devel/py-ice37/ice-3.7.2/python/modules/IcePy/
H A DProxy.cpp2352 checkedCastImpl(ProxyObject* p, const string& id, PyObject* facet, PyObject* ctx, PyObject* type) in checkedCastImpl() function
2457 return checkedCastImpl(reinterpret_cast<ProxyObject*>(obj), id, facet, ctx, type); in proxyIceCheckedCast()
2576 return checkedCastImpl(reinterpret_cast<ProxyObject*>(obj), "::Ice::Object", facet, ctx, 0); in proxyCheckedCast()
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DProxy.cpp256 IceInternal::checkedCastImpl(const ObjectPrxPtr& b, const string& f, const string& typeId, const Co… in checkedCastImpl() function in IceInternal
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DProxy.cpp256 IceInternal::checkedCastImpl(const ObjectPrxPtr& b, const string& f, const string& typeId, const Co…
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DProxy.cpp256 IceInternal::checkedCastImpl(const ObjectPrxPtr& b, const string& f, const string& typeId, const Co… in checkedCastImpl() function in IceInternal