Searched refs:WIndex (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/mail/
H A DWIndex.cpp36 #include "WIndex.h"
75 WIndex::SetTo(const char *dataPath, const char *indexPath)
139 WIndex::WIndex(int32 count) function in class:WIndex
150 WIndex::WIndex(BPositionIO *dataFile, int32 count) function in class:WIndex
161 WIndex::~WIndex(void)
170 WIndex::UnflattenIndex(BPositionIO *io)
199 WIndex
[all...]
H A DWIndex.h63 class WIndex { class
65 WIndex(BPositionIO* dataFile, int32 count = 100);
66 WIndex(int32 count = 100);
67 virtual ~WIndex();
H A DWords.h41 #include "WIndex.h"
56 class Words : public WIndex {
H A DWords.cpp89 WIndex(thes),
229 return WIndex::GetKey(s);

Completed in 43 milliseconds