Searched refs:insert (Results 126 - 132 of 132) sorted by relevance

123456

/haiku/src/kits/interface/
H A DShelf.cpp1340 loadedImages->images.insert(LoadedImageMap::value_type(
H A DMenu.cpp81 fList.insert(BUnicodeChar::ToLower(c));
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp150 insert(std::upper_bound(begin(), end(), value), value);
563 // we insert this additional check to prevent too much calculation
726 // we insert this additional check to prevent too much calculation
/haiku/src/tests/kits/storage/
H A DResourcesTest.cpp119 fResources.insert(fResources.end(), info);
H A DEntryTest.cpp2669 followedLinks.insert(entry);
/haiku/src/servers/app/
H A DServerApp.cpp456 fPictureMap.insert(std::make_pair(picture->Token(), BReference<ServerPicture>(picture, false)));
3793 fBitmapMap.insert(std::make_pair(bitmap->Token(), BReference<ServerBitmap>(bitmap, false)));
/haiku/src/kits/tracker/
H A DPoseView.cpp1293 fAddPosesThreads.insert(addPosesThread);
3842 // the proper index to insert a new pose into the list.
3866 // didn't find pose AT location y - bump index to proper insert point

Completed in 125 milliseconds

123456