Home
last modified time | relevance | path

Searched refs:_pSequence (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sal/inc/rtl/
H A Dbyteseq.hxx41 : _pSequence( 0 ) in ByteSequence()
47 : _pSequence( 0 ) in ByteSequence()
49 ::rtl_byte_sequence_assign( &_pSequence, rSeq._pSequence ); in ByteSequence()
59 : _pSequence( 0 ) in ByteSequence()
63 if (_pSequence == 0) in ByteSequence()
69 : _pSequence( 0 ) in ByteSequence()
73 if (_pSequence == 0) in ByteSequence()
84 : _pSequence( 0 ) in ByteSequence()
88 if (_pSequence == 0) in ByteSequence()
100 ::rtl_byte_sequence_assign( &_pSequence, rSeq._pSequence ); in operator =()
[all …]
H A Dbyteseq.h166 sal_Sequence * _pSequence; member in rtl::ByteSequence
240 { return _pSequence->nElements; } in getLength()
248 { return (const sal_Int8 *)_pSequence->elements; } in getConstArray()
307 { return _pSequence; } in getHandle()
313 { return _pSequence; } in get()
/trunk/main/cppu/inc/com/sun/star/uno/
H A DSequence.hxx53 &_pSequence, rType.getTypeLibType(), in Sequence()
62 ::osl_incrementInterlockedCount( &rSeq._pSequence->nRefCount ); in Sequence()
63 _pSequence = rSeq._pSequence; in Sequence()
70 : _pSequence( pSequence ) in Sequence()
83 &_pSequence, rType.getTypeLibType(), in Sequence()
100 &_pSequence, rType.getTypeLibType(), in Sequence()
123 &_pSequence, rSeq._pSequence, rType.getTypeLibType(), (uno_ReleaseFunc)cpp_release ); in operator =()
132 if (_pSequence == rSeq._pSequence) in operator ==()
159 &_pSequence, rType.getTypeLibType(), in getArray()
165 return reinterpret_cast< E * >( _pSequence->elements ); in getArray()
[all …]
H A DSequence.h63 uno_Sequence * _pSequence; member in com::sun::star::uno::Sequence
145 { return _pSequence->nElements; } in getLength()
153 { return (_pSequence->nElements > 0); } in hasElements()
162 { return reinterpret_cast< const E * >( _pSequence->elements ); } in getConstArray()
229 { return _pSequence; } in get()

Completed in 26 milliseconds