Home
last modified time | relevance | path

Searched refs:_seq (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/xmlscript/source/xml_helper/
H A Dxml_byteseq.cxx45 ByteSequence _seq; member in xmlscript::BSeqInputStream
51 : _seq( rSeq )
75 nBytesToRead = ((nBytesToRead > _seq.getLength() - _nPos) in readBytes()
76 ? _seq.getLength() - _nPos in readBytes()
79 ByteSequence aBytes( _seq.getConstArray() + _nPos, nBytesToRead ); in readBytes()
101 return (_seq.getLength() - _nPos); in available()
115 ByteSequence * _seq; member in xmlscript::BSeqOutputStream
120 : _seq( seq )
136 sal_Int32 nPos = _seq->getLength(); in writeBytes()
137 _seq->realloc( nPos + rData.getLength() ); in writeBytes()
[all …]
/aoo42x/main/cli_ure/qa/climaker/
H A Dtestobjects.cs263 bool[] _seq = seqBool; in inoutParameters()
265 m_seqBool = _seq; in inoutParameters()

Completed in 16 milliseconds