Searched refs:writeHyper (Results 1 – 9 of 9) sorted by relevance
73 private long writeHyper; field in _XDataInputStream115 writeHyper = ((Long)dataElem).longValue(); in before()289 oStream.writeHyper(writeHyper); in _readHyper()297 res = (readElem == writeHyper); in _readHyper()301 writeHyper + in _readHyper()
64 private long writeHyper; field in _XDataOutputStream104 writeHyper = ((Long)dataElem).longValue(); in before()211 oObj.writeHyper(123456789); in _writeHyper()
91 // DocMerge from xml: method com::sun::star::io::XDataOutputStream::writeHyper94 void writeHyper( [in] hyper Value )
559 virtual void SAL_CALL writeHyper(sal_Int64 Value) throw (IOException, RuntimeException);708 void ODataOutputStream::writeHyper(sal_Int64 Value) in writeHyper() function in io_stm::ODataOutputStream1015 virtual void SAL_CALL writeHyper(sal_Int64 Value) throw (IOException, RuntimeException) in writeHyper() function in io_stm::OObjectOutputStream1016 { ODataOutputStream::writeHyper( Value ); } in writeHyper()
6 "DataOutputStream";"com::sun::star::io::XDataOutputStream";"writeHyper()"
10 "ObjectOutputStream";"com::sun::star::io::XDataOutputStream";"writeHyper()"
288 rOutput->writeHyper( 0x123456789abcdefLL ); in testSimple()
Completed in 51 milliseconds