Symbol: BinaryInsert
headers/os/support/ObjectList.h
212
bool BinaryInsert(T*, CompareFunction);
headers/os/support/ObjectList.h
213
bool BinaryInsert(T*, CompareFunctionWithState,
headers/os/support/ObjectList.h
215
bool BinaryInsert(T*, const UnaryPredicate<T>&);
src/apps/aboutsystem/HyperTextView.cpp
206
fActionInfos->BinaryInsert(new ActionInfo(startOffset, endOffset, action),
src/apps/debuganalyzer/model/Model.cpp
286
return fThreads.BinaryInsert(thread, &Thread::CompareByCreationTimeID);
src/apps/debuganalyzer/model/Model.cpp
473
if (!fWaitObjectGroups.BinaryInsert(threadWaitObjectGroup,
src/apps/debuganalyzer/model/Model.cpp
800
if (!fTeams.BinaryInsert(team, &Team::CompareByID)) {
src/apps/debuganalyzer/model/Model.cpp
854
if (!fThreads.BinaryInsert(thread, &Thread::CompareByID))
src/apps/debuganalyzer/model/Model.cpp
888
if (!fWaitObjectGroups.BinaryInsert(waitObjectGroup,
src/apps/debuganalyzer/model/ThreadModel.cpp
79
if (!fWaitObjectGroups.BinaryInsert(group,
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
116
if (!fChildPathComponents.BinaryInsert(child,
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
363
if (fChildPathComponents.BinaryInsert(sourcelessNode,
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
573
if (!fChildPathComponents.BinaryInsert(currentNode,
src/apps/terminal/TerminalRoster.cpp
208
if (!fInfos.BinaryInsert(fOurInfo, &_CompareInfos)) {
src/apps/terminal/TerminalRoster.cpp
387
if (!infos.BinaryInsert(info, &_CompareInfos)) {
src/kits/debugger/debug_info/ImageDebugInfo.cpp
73
|| !fFunctions.BinaryInsert(instance, &_CompareFunctions)) {
src/kits/debugger/debug_info/TeamDebugInfo.cpp
140
if (!fFunctions.BinaryInsert(function, &_CompareFunctions))
src/kits/debugger/dwarf/DwarfFile.cpp
1265
if (!infos.BinaryInsert(info, FDELookupInfo::CompareFDEInfos))
src/kits/debugger/model/TargetHost.cpp
61
if (!fTeams.BinaryInsert(teamInfo, &_CompareTeams))
src/kits/debugger/model/Team.cpp
399
if (fBreakpoints.BinaryInsert(breakpoint, &Breakpoint::CompareBreakpoints))
src/kits/debugger/model/Team.cpp
513
if (fWatchpoints.BinaryInsert(watchpoint, &Watchpoint::CompareWatchpoints))
src/kits/debugger/target_host_interface/TargetHostInterface.cpp
125
if (!fTeamDebuggers.BinaryInsert(debugger, &_CompareDebuggers))
src/kits/interface/Font.cpp
272
fFamilies.BinaryInsert(family, compare_families);
src/kits/media/FormatManager.cpp
247
|| !fList.BinaryInsert(metaFormat, meta_format::Compare)) {
src/servers/app/BitmapManager.cpp
250
apps.BinaryInsert(bitmap->Owner(), &compare_app_pointer);
src/servers/app/BitmapManager.cpp
279
apps.BinaryInsert(bitmap->Owner(), &compare_app_pointer);
src/servers/app/font/FontFamily.cpp
94
if (!fStyles.BinaryInsert(style, compare_font_styles))
src/servers/app/font/FontManager.cpp
324
if (!family.IsSet() || !fFamilies.BinaryInsert(family, compare_font_families)) {
src/servers/keystore/KeyStoreServer.cpp
505
fKeyrings.BinaryInsert(keyring, &Keyring::Compare);
src/servers/keystore/KeyStoreServer.cpp
727
if (!fKeyrings.BinaryInsert(keyring, &Keyring::Compare)) {
src/servers/keystore/KeyStoreServer.cpp
90
fKeyrings.BinaryInsert(fMasterKeyring, &Keyring::Compare);