Lines Matching refs:Position
187 uint64 Position () const
192 /// Getter for current position in original file, taking into account
195 /// of offset in original file and current position otherwise.
216 /// Seek to a new position in stream for reading.
225 SetReadPosition (Position () + delta);
237 /// Seek to a new position in stream for writing.
256 /// Get an unsigned 8-bit integer from stream and advance read position.
283 /// Put an unsigned 8-bit integer to stream and advance write position.
315 /// Get an unsigned 16-bit integer from stream and advance read position.
323 /// Put an unsigned 16-bit integer to stream and advance write position.
329 /// Get an unsigned 32-bit integer from stream and advance read position.
337 /// Put an unsigned 32-bit integer to stream and advance write position.
343 /// Get an unsigned 64-bit integer from stream and advance read position.
351 /// Put an unsigned 64-bit integer to stream and advance write position.
357 /// Get one 8-bit integer from stream and advance read position.
367 /// Put one 8-bit integer to stream and advance write position.
375 /// Get one 16-bit integer from stream and advance read position.
386 /// Put one 16-bit integer to stream and advance write position.
395 /// Get one 32-bit integer from stream and advance read position.
406 /// Put one 32-bit integer to stream and advance write position.
415 /// Get one 64-bit integer from stream and advance read position.
426 /// Put one 64-bit integer to stream and advance write position.
436 /// read position. Byte swap if byte swapping is turned on.
444 /// position. Byte swap if byte swapping is turned on.
450 /// read position. Byte swap if byte swapping is turned on.
458 /// position. Byte swap if byte swapping is turned on.
463 /// Get an 8-bit character string from stream and advance read position.
475 /// Get a 16-bit character string from stream and advance read position.
493 /// Writes zeros to align the stream position to a multiple of 2.
497 /// Writes zeros to align the stream position to a multiple of 4.
502 /// read position. Byte swap if byte swapping is turned on and tag type
512 /// position. Byte swap if byte swapping is turned on and tag type is larger
522 /// position. Byte swap if byte swapping is turned on and tag type is larger
532 /// position. Byte swap if byte swapping is turned on and tag type is larger
542 /// position. Byte swap if byte swapping is turned on and tag type is larger
674 , fPosition (stream.Position ())