Searched refs:readHyper (Results 1 – 8 of 8) sorted by relevance
91 // DocMerge from xml: method com::sun::star::io::XDataInputStream::readHyper94 hyper readHyper()
104 virtual sal_Int64 SAL_CALL readHyper(void) throw (IOException, RuntimeException);284 sal_Int64 ODataInputStream::readHyper(void) throw (IOException, RuntimeException) in readHyper() function in io_stm::ODataInputStream1361 virtual sal_Int64 SAL_CALL readHyper(void) throw (IOException, RuntimeException) in readHyper() function in io_stm::OObjectInputStream1362 { return ODataInputStream::readHyper(); } in readHyper()
10 "DataInputStream";"com::sun::star::io::XDataInputStream";"readHyper()"
11 "ObjectInputStream";"com::sun::star::io::XDataInputStream";"readHyper()"
296 readElem = oObj.readHyper() ; in _readHyper()
289 ERROR_ASSERT( rInput->readHyper() == 0x123456789abcdefLL , "int64 read/write mismatch" ); in testSimple()
Completed in 23 milliseconds