Searched refs:Entry (Results 26 - 50 of 575) sorted by path

1234567891011>>

/haiku/headers/private/interface/
H A DDecorInfo.h12 #include <Entry.h>
/haiku/headers/private/locale/
H A DHashMapCatalog.h122 CatMap::Entry current;
/haiku/headers/private/media/
H A DServerInterface.h13 #include <Entry.h>
/haiku/headers/private/notification/
H A DAppUsage.h13 #include <Entry.h>
/haiku/headers/private/package/
H A DActivateRepositoryCacheJob.h10 #include <Entry.h>
H A DActivateRepositoryConfigJob.h10 #include <Entry.h>
H A DChecksumAccessors.h9 #include <Entry.h>
H A DTempfileManager.h10 #include <Entry.h>
H A DValidateChecksumJob.h10 #include <Entry.h>
/haiku/headers/private/package/hpkg/
H A DPackageWriterImpl.h64 struct Entry;
68 typedef DoublyLinkedList<Entry> EntryList;
79 Entry* _RegisterEntry(Entry* parent,
90 Entry* entry, const char* fileName,
104 void _AddEntry(int dirFD, Entry* entry,
106 void _AddDirectoryChildren(Entry* entry, int fd,
134 Entry* fRootEntry;
H A DRepositoryWriterImpl.h9 #include <Entry.h>
/haiku/headers/private/print/
H A DPrintAddOnServer.h13 #include <Entry.h>
H A DPrinter.h13 #include <Entry.h>
/haiku/headers/private/shared/
H A DFunctionObject.h42 #include <Entry.h>
H A DHashMap.h68 class Entry { class in class:BPrivate::HashMap
70 Entry() {} function in class:BPrivate::HashMap::Entry
71 Entry(const Key& key, Value value) : key(key), value(value) {} function in class:BPrivate::HashMap::Entry
94 Entry Next()
98 return Entry();
100 return Entry(fElement->fKey, fElement->fValue);
162 typedef typename HashMap<Key, Value>::Entry Entry; typedef in class:BPrivate::SynchronizedHashMap
H A DOpenWithTracker.h9 #include <Entry.h>
H A DTrackerAddOnAppLaunch.h10 #include <Entry.h>
/haiku/headers/private/storage/
H A DCopyEngine.h46 status_t CopyEntry(const Entry& sourceEntry,
47 const Entry& destEntry);
H A DEntryOperationEngineBase.h28 class Entry;
32 class BEntryOperationEngineBase::Entry { class in class:BPrivate::BEntryOperationEngineBase
34 Entry(const char* path);
35 Entry(const BDirectory& directory,
37 Entry(const BEntry& entry);
38 Entry(const entry_ref& entryRef);
39 Entry(const node_ref& directoryRef,
41 ~Entry();
H A DNodeMonitorHandler.h4 #include <Entry.h>
H A DNotOwningEntryRef.h12 #include <Entry.h>
H A DRemoveEngine.h31 status_t RemoveEntry(const Entry& entry);
/haiku/headers/tools/elfsymbolpatcher/
H A DElfSymbolPatcher.h65 class Entry;
74 Entry* EntryAt(int32 index);
75 Entry* EntryFor(image_id image);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeymap.h13 #include <Entry.h>
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp38 #include <Entry.h>

Completed in 123 milliseconds

1234567891011>>