Searched refs:readHyper (Results 1 – 8 of 8) sorted by relevance
91 // DocMerge from xml: method com::sun::star::io::XDataInputStream::readHyper94 hyper readHyper()
94 virtual sal_Int64 SAL_CALL readHyper(void);260 sal_Int64 ODataInputStream::readHyper(void) in readHyper() function in io_stm::ODataInputStream1262 virtual sal_Int64 SAL_CALL readHyper(void) in readHyper() function in io_stm::OObjectInputStream1263 { 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()
281 ERROR_ASSERT( rInput->readHyper() == 0x123456789abcdefLL , "int64 read/write mismatch" ); in testSimple()