Searched refs:IRingBuffer_OutOfBoundsException (Results 1 – 3 of 3) sorted by relevance
53 catch( IRingBuffer_OutOfBoundsException & ) in write()66 catch ( IRingBuffer_OutOfBoundsException & ) in read()78 catch( IRingBuffer_OutOfBoundsException & ) in skip()130 throw(IRingBuffer_OutOfBoundsException) in readAt()133 throw IRingBuffer_OutOfBoundsException(); in readAt()155 throw (IRingBuffer_OutOfBoundsException, in writeAt()163 throw IRingBuffer_OutOfBoundsException(); in writeAt()196 …MemRingBuffer::forgetFromStart( sal_Int32 nBytesToForget ) throw (IRingBuffer_OutOfBoundsException) in forgetFromStart()200 throw IRingBuffer_OutOfBoundsException(); in forgetFromStart()211 …d MemRingBuffer::forgetFromEnd( sal_Int32 nBytesToForget ) throw (IRingBuffer_OutOfBoundsException) in forgetFromEnd()[all …]
67 class IRingBuffer_OutOfBoundsException : class86 IRingBuffer_OutOfBoundsException )=0;88 throw( IRingBuffer_OutOfBoundsException )=0;90 …virtual void forgetFromStart( sal_Int32 nBytesToForget ) throw(IRingBuffer_OutOfBoundsException)=…91 virtual void forgetFromEnd( sal_Int32 nBytesToForget ) throw(IRingBuffer_OutOfBoundsException)=0;106 IRingBuffer_OutOfBoundsException );108 throw( IRingBuffer_OutOfBoundsException );110 virtual void forgetFromStart( sal_Int32 nBytesToForget ) throw(IRingBuffer_OutOfBoundsException);111 virtual void forgetFromEnd( sal_Int32 nBytesToForget ) throw(IRingBuffer_OutOfBoundsException);
188 catch( IRingBuffer_OutOfBoundsException & ) in writeBytes()631 catch( IRingBuffer_OutOfBoundsException & ) { in readBytes()695 catch( IRingBuffer_OutOfBoundsException & ) in readSomeBytes()
Completed in 11 milliseconds