Searched refs:map (Results 76 - 100 of 286) sorted by path

1234567891011>>

/haiku/src/kits/debugger/files/
H A DFileManager.h9 #include <map>
69 typedef std::map<BString, BString> LocatedFileMap;
/haiku/src/kits/interface/
H A DChannelControl.cpp10 #include <map>
18 typedef std::map<int32, limit_label> label_map;
H A DShelf.cpp42 #include <map>
48 typedef std::map<BString, std::pair<image_id, int32> > LoadedImageMap;
55 fLock("BShelf loaded image map")
/haiku/src/kits/mail/
H A DMailProtocol.cpp60 std::map<entry_ref, image_id>::iterator it = fFilterImages.begin();
273 std::map<entry_ref, image_id>::iterator it = fFilterImages.find(ref);
/haiku/src/kits/media/
H A DTimeSourceObjectManager.h9 #include <map>
31 typedef std::map<media_node_id, BTimeSource*> NodeMap;
/haiku/src/kits/package/
H A DPackageInfoSet.cpp101 PackageMap* map = new(std::nothrow) PackageMap; local
102 if (map == NULL || map->Init() != B_OK) {
103 delete map;
107 return map;
176 BPackageInfoSet::Iterator::Iterator(const PackageMap* map) argument
178 fMap(map),
179 fNextInfo(map != NULL ? map->GetIterator().Next() : NULL)
255 // If our map i
[all...]
/haiku/src/kits/storage/mime/
H A DInstalledTypes.cpp113 std::map<std::string, Supertype>::iterator i = fSupertypes.find(supertype);
176 std::map<std::string, Supertype>::iterator i;
232 /*! \brief Adds the given supertype to the supertype map.
234 - B_OK: success, even if the supertype already existed in the map
239 std::map<std::string, Supertype>::iterator &i)
277 std::map<std::string, Supertype>::iterator i;
336 std::map<std::string, Supertype>::iterator i = fSupertypes.find(super);
348 //! Clears any cached messages and empties the supertype map
411 std::map<std::string, Supertype>::iterator i;
489 std::map<st
[all...]
/haiku/src/kits/support/
H A DArchivingManagers.h9 #include <map>
123 typedef std::map<const BArchivable*, ArchiveInfo> TokenMap;
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp292 typedef std::map<BString, VirtualDirectoryManager::Info*> InfoMap;
H A DVirtualDirectoryManager.h14 #include <map>
79 typedef std::map<node_ref, Info*> NodeRefInfoMap;
/haiku/src/kits/translation/
H A DTranslatorRosterPrivate.h11 #include <map>
32 typedef std::map<translator_id, translator_item> TranslatorMap;
36 typedef std::map<image_id, int32> ImageMap;
37 typedef std::map<BTranslator*, image_id> TranslatorImageMap;
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.h61 bool char_map(FT_Encoding map);
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp965 std::map<PrinterCap::CapID, BPopUpMenu*>::iterator it =
980 std::map<string, BCheckBox*>::iterator it =
991 std::map<PrinterCap::CapID, IntRange>::iterator it =
1000 std::map<PrinterCap::CapID, DoubleRange>::iterator it =
/haiku/src/preferences/keymap/
H A DKeyboardLayout.h9 #include <map>
40 typedef std::map<BString, BString> VariableMap;
/haiku/src/preferences/network/
H A DNetworkWindow.h13 #include <map>
71 typedef std::map<BString, BListItem*> ItemMap;
72 typedef std::map<BListItem*, BNetworkSettingsItem*> SettingsMap;
/haiku/src/preferences/notifications/
H A DNotificationsView.h18 typedef std::map<BString, AppUsage *> appusage_t;
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp72 SetupStandardMap(MetaKeyStateMap& map, const char* name, uint32 both, argument
75 map.SetInfo(name);
78 map.AddState(B_TRANSLATE("(None)"), new HasBitsFieldTester(0, both));
82 map.AddState(B_TRANSLATE("Either"), new HasBitsFieldTester(both));
85 map.AddState(B_TRANSLATE("Left"), new HasBitsFieldTester(left, right));
88 map.AddState(B_TRANSLATE("Right"), new HasBitsFieldTester(right, left));
91 map.AddState(B_TRANSLATE("Both"), new HasBitsFieldTester(left | right));
559 MetaKeyStateMap * map = &sMetaMaps[whichColumn]; local
562 int numStates = map->GetNumStates();
588 const char* desc = map
[all...]
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.h13 #include <map>
38 typedef std::map<Window*, SATWindow*> SATWindowMap;
/haiku/src/servers/launch/
H A DJob.h11 #include <map>
32 typedef std::map<BString, BMessage> PortMap;
/haiku/src/servers/mail/
H A DMailDaemonApplication.h11 #include <map>
41 typedef std::map<int32, account_protocols> AccountMap;
/haiku/src/servers/media/
H A DAppManager.h9 #include <map>
37 typedef std::map<team_id, BMessenger> AppMap;
H A DMediaFilesManager.h9 #include <map>
69 typedef std::map<BString, item_info> ItemMap;
70 typedef std::map<BString, ItemMap> TypeMap;
H A DNodeManager.h9 #include <map>
22 typedef std::map<team_id, int32> TeamCountMap;
162 typedef std::map<media_addon_id, registered_node> NodeMap;
164 typedef std::map<media_addon_id, entry_ref> PathMap;
/haiku/src/servers/net/
H A DServices.h15 #include <map>
22 typedef std::map<std::string, service*> ServiceNameMap;
23 typedef std::map<int, service_connection*> ServiceSocketMap;
/haiku/src/servers/notification/
H A DNotificationWindow.h13 #include <map>
28 typedef std::map<BString, AppGroupView*> appview_t;
29 typedef std::map<BString, AppUsage*> appfilter_t;

Completed in 116 milliseconds

1234567891011>>