Searched refs:map (Results 201 - 225 of 286) sorted by path

1234567891011>>

/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp20 #include <map>
327 typedef std::map<std::string, PackageCredit*> PackageCreditMap;
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp721 std::map<scale_type, ::Scale*>::iterator iterator = fScales.find(type);
H A DActivityView.h9 #include <map>
147 std::map<scale_type, ::Scale*> fScales;
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp1714 // precondition: a NodeRef w/ matching ID is in the map
1761 // precondition: not already entered in either source or dest map
1920 typedef map<port_id, NodeRef*> port_ref_map;
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.cpp506 typedef map<uint32,Connection> connection_map;
/haiku/src/apps/cortex/support/
H A Dset_tools.h58 // delete range of pointer values from map
99 // copy values from a map subset
109 // adapt a unary functor to a map (eek)
128 const mapT& map,
127 unary_map_function( const mapT& map, const opT& f) argument
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp41 #include <map>
78 typedef std::map<BString, TTeamMenuItem*> TeamMenuItemMap;
/haiku/src/apps/devices/
H A DDevice.h12 #include <map>
41 typedef std::map<BString, BString>::const_iterator AttributeMapIterator;
42 typedef std::map<BString, BString> AttributeMap;
H A DDevicesView.h19 #include <map>
40 typedef std::map<Category, Device*> CategoryMap;
41 typedef std::map<Category, Device*>::const_iterator CategoryMapIterator;
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp16 #include <map>
50 typedef std::map<BString, PackageInfoRef> PackageInfoMap;
166 // is available in. The above map is used to ensure that in such
170 // any package that we find in a remote repository goes in this map.
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp12 #include <map>
94 typedef std::map<BString, PackageInfoRef> PackageInfoMap;
/haiku/src/apps/mail/
H A DHeader.cpp76 using std::map;
/haiku/src/apps/musiccollection/
H A DFileMonitor.h12 #include <map>
40 typedef std::map<node_ref, WatchedFile, NodeRefComp> WatchedFileList;
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp305 for (std::map<BString, int32>::const_iterator it
385 for (std::map<BString, int32>::const_iterator it
450 for (std::map<BString, int32>::const_iterator it
560 std::map<BString, int32>::iterator it = fInterfaceStatuses.begin();
562 std::map<BString, int32>::iterator backupIt = it;
/haiku/src/apps/webpositive/
H A DBookmarkBar.h9 #include <map>
42 std::map<ino_t, BPrivate::IconMenuItem*> fItemsMap;
H A DBrowserWindow.cpp73 #include <map>
/haiku/src/bin/debug/profile/
H A Dprofile.cpp16 #include <map>
490 typedef std::map<std::string, SharedImage*> ImageMap;
/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp17 #include <map>
24 using std::map;
524 typedef map<pair<int, int>, const socket_option_info *> ThisMap;
H A DTypeHandler.h13 #include <map>
40 typedef std::map<int, const char *> EnumMap;
76 typedef std::map<int, TypeHandler *> SelectMap;
H A Dstrace.cpp18 #include <map>
35 using std::map;
125 static map<string, Syscall*> sSyscallMap;
128 typedef map<string, syscall_stats> StatsMap;
217 map<string, Syscall *>::const_iterator i = sSyscallMap.find(name);
284 // init the syscall map
571 // initialize our syscalls vector and map
784 typedef map<team_id, Team*> TeamMap;
/haiku/src/bin/
H A Ddiff_zip.cpp15 #include <map>
20 using std::map;
270 typedef map<string, Node*> EntryMap;
H A Dsetmime.cpp9 #include <map>
173 // the 'hash -> value' map of arguments provided by user
234 const char* UserArgValue(TUserArgs& map, const char* name);
467 MimeAttribute::UserArgValue(TUserArgs& map, const char* name) argument
469 TUserArgsI i = map.find(hash_function(name));
470 if (i == map.end())
515 map<uint32, BString> fExtensions;
516 map<uint32, MimeAttribute> fAttributes;
573 // fill the helper map of options - for quick lookup of arguments
574 map<uint3
[all...]
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp481 #include <map>
1008 typedef map<string, StatisticsRecord> StatisticsMap;
4142 m_WordMap.clear (); /* Sets the map to empty, deallocating any old data. */
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp221 dump_partition_map(const PartitionMap& map) argument
224 int32 count = map.CountPartitions();
226 const Partition* partition = map.PartitionAt(i);
251 PartitionMap map; local
252 status_t error = parser.Parse(NULL, &map);
254 Partition *partition = map.PartitionAt(partitionIndex - 1);
258 dump_partition_map(map);
265 dump_partition_map(map);
464 // parse the partition map
527 // parse the partition map
[all...]
/haiku/src/build/libroot/
H A Dfs.cpp21 #include <map>
346 typedef map<NodeRef, string> DirPathMap;

Completed in 221 milliseconds

1234567891011>>