Home
last modified time | relevance | path

Searched refs:GetCommentPosition (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Archive/Rar/
DRarItem.h91 UInt64 GetCommentPosition() const { return Position + MainPartSize; } in GetCommentPosition() function
92 UInt64 GetDataPosition() const { return GetCommentPosition() + CommentSize + AlignSize; } in GetDataPosition()