Searched refs:TypeList (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/deskbar/
H A DResourceSet.h51 class TypeList;
101 TypeList* FindTypeList(type_code type);
107 TypeList** inoutList = NULL);
115 BList fTypes; // containing TypeList objects.
H A DResourceSet.cpp236 class TypeList { class in namespace:TResourcePrivate
238 TypeList(type_code type) function in class:TResourcePrivate::TypeList
243 virtual ~TypeList()
458 delete reinterpret_cast<TypeList*>(item);
675 TypeList*
681 TypeList* list = (TypeList*)fTypes.ItemAt(i);
693 TypeList* list = FindTypeList(type);
709 TypeList* list = FindTypeList(type);
724 TypeList** inOutLis
[all...]
/haiku/src/bin/
H A Dtranslate.cpp31 class TypeList { class
37 void SetTo(TypeList &types);
67 TypeList &typesSeen, TypeList &path, double &pathQuality);
132 TypeList::Add(uint32 type)
139 TypeList::Remove(uint32 type)
146 TypeList::FindType(uint32 type)
153 TypeList::SetTo(TypeList &types)
163 TypeList
[all...]

Completed in 36 milliseconds