Searched refs:walker (Results 1 - 7 of 7) sorted by path

/haiku/headers/private/locale/
H A DHashMapCatalog.h126 status_t GetWalker(CatWalker *walker);
188 HashMapCatalog::GetWalker(CatWalker *walker) argument
190 if (!walker)
192 *walker = CatWalker(this);
/haiku/src/bin/locale/
H A Ddumpcatalog.cpp62 DefaultCatalog::CatWalker walker(inputCatImpl);
64 while (!walker.AtEnd()) {
65 const CatKey &key(walker.GetKey());
69 walker.GetValue());
70 walker.Next();
H A Dlinkcatkeys.cpp128 HashMapCatalog::CatWalker walker(inputCatImpl);
129 while (!walker.AtEnd()) {
130 const CatKey &plainTextKey(walker.GetKey());
137 targetCatImpl->SetRawString(fixedCatKey, walker.GetValue());
138 walker.Next();
/haiku/src/kits/tracker/
H A DEntryIterator.h78 TWalkerWrapper(BTrackerPrivate::TWalker* walker);
H A DEntryIterator.cpp50 TWalkerWrapper::TWalkerWrapper(BTrackerPrivate::TWalker* walker) argument
52 fWalker(walker),
457 EntryIteratorList::AddItem(BEntryList* walker) argument
459 fList.AddItem(walker);
563 CachedEntryIteratorList::AddItem(BEntryList* walker) argument
565 fIteratorList.AddItem(walker);
H A DTests.cpp85 TNodeWalker* walker; member in class:BTrackerPrivate::IconSpewer
124 walker = new TNodeWalker(pathsToSearch[searchPathIndex++]);
126 cachingIterator = new CachedEntryIterator(walker, 40);
132 delete walker;
287 result = walker->GetNextRef(&ref);
292 delete walker;
301 walker = new TNodeWalker(pathsToSearch[searchPathIndex++]);
303 cachingIterator->SetTo(walker);
306 result = walker->GetNextRef(&ref);
/haiku/src/tools/locale/
H A Dlinkcatkeys.cpp116 HashMapCatalog::CatWalker walker(&inputCatalog);
117 while (!walker.AtEnd()) {
118 const CatKey &key(walker.GetKey());
121 targetCatImpl.SetRawString(key, walker.GetValue());
122 walker.Next();

Completed in 112 milliseconds