Searched refs:roff_t (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/restest/
H A DResourceItem.h13 typedef int32 roff_t; typedef in class:ResourceItem
19 void SetLocation(roff_t offset, roff_t size);
23 void SetOffset(roff_t offset);
24 roff_t GetOffset() const;
26 void SetSize(roff_t size);
27 roff_t GetSize() const;
38 void SetData(const void* data, roff_t size = -1);
40 void* AllocData(roff_t size = -1);
44 roff_t positio
[all...]
H A DResourceItem.cpp29 ResourceItem::SetLocation(roff_t offset, roff_t size)
46 ResourceItem::SetOffset(roff_t offset)
52 ResourceItem::roff_t
60 ResourceItem::SetSize(roff_t size)
69 ResourceItem::roff_t
119 ResourceItem::SetData(const void* data, roff_t size)
144 ResourceItem::AllocData(roff_t size)
162 ResourceItem::LoadData(BPositionIO& file, roff_t position, roff_t siz
[all...]

Completed in 33 milliseconds