Lines Matching refs:UNO_proxy
420 struct UNO_proxy : public uno_Interface struct
435 inline UNO_proxy(
442 inline UNO_proxy::UNO_proxy( in UNO_proxy() function in jni_uno::UNO_proxy
475 inline void UNO_proxy::acquire() const in acquire()
480 void * that = const_cast< UNO_proxy * >( this ); in acquire()
493 inline void UNO_proxy::release() const in release()
499 m_bridge->m_uno_env, const_cast< UNO_proxy * >( this ) ); in release()
520 pUnoI = new UNO_proxy( in map_to_uno()
545 UNO_proxy const * that = reinterpret_cast< UNO_proxy const * >( proxy ); in UNO_proxy_free()
597 UNO_proxy const * that = static_cast< UNO_proxy const * >( pUnoI ); in UNO_proxy_acquire()
605 UNO_proxy const * that = static_cast< UNO_proxy const * >( pUnoI ); in UNO_proxy_release()
615 UNO_proxy const * that = static_cast< UNO_proxy const * >( pUnoI ); in UNO_proxy_dispatch()
759 uno_Interface * pUnoI2 = new UNO_proxy( in UNO_proxy_dispatch()