Symbol: BString
headers/private/netservices/HttpForm.h
99
typedef std::map<BString, BHttpFormData> FormStorage;
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPProtocol.h
27
typedef std::map<BString, IMAPFolder*> FolderMap;
src/apps/cortex/Persistence/XML.h
153
typedef std::map<BString, DocumentType*> doc_type_map;
src/apps/cortex/RouteApp/NodeSetIOContext.h
101
typedef std::pair<BString,media_node_id> node_entry;
src/apps/cortex/support/ProfileTarget.h
70
typedef map<BString, block_entry> block_entry_map;
src/apps/devices/Device.h
41
typedef std::map<BString, BString>::const_iterator AttributeMapIterator;
src/apps/devices/Device.h
42
typedef std::map<BString, BString> AttributeMap;
src/apps/devices/Device.h
43
typedef std::pair<BString, BString> AttributePair;
src/apps/mail/People.h
85
typedef std::map<BString, int> StringCountMap;
src/kits/debugger/dwarf/CompilationUnit.h
59
typedef BObjectList<BString, true> DirectoryList;
src/kits/debugger/files/FileManager.h
69
typedef std::map<BString, BString> LocatedFileMap;
src/kits/support/String.cpp
163
BString::BString()
src/kits/support/String.cpp
171
BString::BString(const char* string)
src/kits/support/String.cpp
179
BString::BString(const BString& string)
src/kits/support/String.cpp
193
BString::BString(const char* string, int32 maxLength)
src/kits/support/String.cpp
201
BString::BString(BString&& string) noexcept
src/kits/support/String.cpp
209
BString::~BString()
src/kits/support/String.cpp
2250
BString::BString(char* privateData, PrivateDataTag tag)
src/preferences/input/MouseSettings.h
88
typedef std::map<BString, MouseSettings*> mouse_settings_object;
src/preferences/keymap/KeyboardLayout.h
40
typedef std::map<BString, BString> VariableMap;
src/preferences/network/NetworkWindow.h
71
typedef std::map<BString, BListItem*> ItemMap;
src/preferences/notifications/NotificationsView.h
18
typedef std::map<BString, AppUsage *> appusage_t;
src/servers/input/MouseSettings.h
103
typedef std::map<BString, MouseSettings*> mouse_settings_object;
src/servers/launch/Job.h
32
typedef std::map<BString, BMessage> PortMap;
src/servers/media/MediaFilesManager.h
69
typedef std::map<BString, item_info> ItemMap;
src/servers/media/MediaFilesManager.h
70
typedef std::map<BString, ItemMap> TypeMap;
src/servers/notification/NotificationWindow.h
28
typedef std::map<BString, AppGroupView*> appview_t;
src/servers/notification/NotificationWindow.h
29
typedef std::map<BString, AppUsage*> appfilter_t;
src/tests/kits/app/bmessage/MessageBStringItemTest.h
138
BString,