Home
last modified time | relevance | path

Searched defs:ResourceSet (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/kits/storage/
H A DResourcesTest.cpp104 struct ResourceSet { struct
107 ResourceSet() : fResources() { } in ResourceSet() function
109 ResourceSet(const ResourceSet &resourceSet) in ResourceSet() function
115 void add(const ResourceInfo *info) in add()
123 void remove(const ResourceInfo *info) in remove()
129 void remove(type_code type, int32 id) in remove()
142 int32 size() const in size()
147 const ResourceInfo *infoAt(int32 index) const in infoAt()
155 const ResourceInfo *find(type_code type, int32 id) const in find()
168 ResInfoSet fResources;