Searched defs:GetObjectID (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DItem.h53 uint32 GetObjectID() const { return GetKey()->GetObjectID(); } function in class:ItemHeader
H A DVNode.h47 uint32 GetObjectID() const { return fObjectID; } function in class:VNode
H A DItem.cpp166 Item::GetObjectID() const function in class:Item
H A DKey.h82 uint32 GetObjectID() const { return le2h(k_objectid); } function in class:Key
212 uint32 GetObjectID() const { return fKey->GetObjectID(); } function in class:VKey
H A DDirItem.h50 uint32 GetObjectID() const { return le2h(deh_objectid); } function in class:DirEntry
H A DIterators.h163 uint32 GetObjectID() const { return fObjectID; } function in class:ObjectItemIterator
197 uint32 GetObjectID() const { return fItemIterator.GetObjectID(); } function in class:DirEntryIterator
226 uint32 GetObjectID() const { return fItemIterator.GetObjectID(); } function in class:StreamReader

Completed in 58 milliseconds