Lines Matching refs:E
57 template< class E >
92 typedef E ElementType;
102 inline Sequence( const Sequence< E > & rSeq ) SAL_THROW( () );
118 inline Sequence( const E * pElements, sal_Int32 len );
137 inline Sequence< E > & SAL_CALL operator = ( const Sequence< E > & rSeq )
161 inline const E * SAL_CALL getConstArray() const SAL_THROW( () ) in getConstArray()
162 { return reinterpret_cast< const E * >( _pSequence->elements ); } in getConstArray()
173 inline E * SAL_CALL getArray();
185 inline E & SAL_CALL operator [] ( sal_Int32 nIndex );
193 inline const E & SAL_CALL operator [] ( sal_Int32 nIndex ) const
201 inline sal_Bool SAL_CALL operator == ( const Sequence< E > & rSeq ) const
209 inline sal_Bool SAL_CALL operator != ( const Sequence< E > & rSeq ) const
254 template< class E >
256 SAL_CALL getCppuType( const ::com::sun::star::uno::Sequence< E > * )
270 template< class E >