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

/haiku-fatelf/headers/private/app/
H A DLooperList.h47 struct LooperData { struct in class:BPrivate::BLooperList
48 LooperData();
49 LooperData(BLooper* looper);
50 LooperData(const LooperData& rhs);
51 LooperData& operator=(const LooperData& rhs);
57 bool operator()(LooperData& Data);
62 bool operator()(LooperData& Data);
67 bool operator()(LooperData
[all...]
/haiku-fatelf/src/kits/app/
H A DLooperList.cpp28 typedef vector<BLooperList::LooperData>::iterator LooperDataIterator;
68 fData.push_back(LooperData(looper));
199 BLooperList::EmptySlotPred(LooperData& data)
213 // #pragma mark - BLooperList::LooperData
216 BLooperList::LooperData::LooperData() function in class:BPrivate::BLooperList::LooperData
223 BLooperList::LooperData::LooperData(BLooper* looper) function in class:BPrivate::BLooperList::LooperData
230 BLooperList::LooperData::LooperData(cons function in class:BPrivate::BLooperList::LooperData
[all...]

Completed in 34 milliseconds