Searched refs:Compare (Results 101 - 125 of 180) sorted by relevance

12345678

/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h174 bool Compare(const KeyType &key, ValueType *value) const function in struct:MulticastGroupInterface::HashDefinition
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dinterfaces.h102 bool Compare(const KeyType& key, domain_datalink* datalink) const function in struct:DatalinkHashDefinition
/haiku-fatelf/src/apps/screenshot/
H A DUtility.cpp90 if (fileNameString.Compare("") == 0) {
/haiku-fatelf/src/kits/locale/
H A DCollator.cpp176 BCollator::Compare(const char* s1, const char* s2, int8 strength) const function in class:BCollator
/haiku-fatelf/src/kits/package/
H A DPackageRoster.cpp115 if (names.StringAt(i).Compare(name) == 0)
/haiku-fatelf/src/servers/app/font/
H A DFontCacheEntry.cpp62 bool Compare(uint32 key, GlyphCache* value) const function in struct:FontCacheEntry::GlyphCachePool::GlyphHashTableDefinition
/haiku-fatelf/src/servers/media/
H A DFormatManager.cpp266 || !fList.BinaryInsert(metaFormat, meta_format::Compare)) {
/haiku-fatelf/src/system/kernel/
H A Dcondition_variable.cpp37 bool Compare(const void* key, ConditionVariable* variable) const function in struct:ConditionVariableHashDefinition
/haiku-fatelf/src/system/kernel/locks/
H A Duser_mutex.cpp46 bool Compare(addr_t key, const UserMutexEntry* value) const function in struct:UserMutexHashDefinition
/haiku-fatelf/src/system/kernel/slab/
H A DMemoryManager.h130 bool Compare(addr_t key, const Area* value) const function in struct:MemoryManager::AreaHashDefinition
/haiku-fatelf/src/system/kernel/vm/
H A DVMAddressSpace.cpp59 bool Compare(team_id key, const VMAddressSpace* value) const function in struct:AddressSpaceHashDefinition
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageMessageItemTest.h209 inline static bool Compare(const BMessage& lhs, const BMessage& rhs) function in struct:TMessageItemComparePolicy
/haiku-fatelf/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp90 static int Compare(const void* _a, const void* _b);
194 SupportedTypeItem::Compare(const void* _a, const void* _b) function in class:SupportedTypeItem
256 SortItems(&SupportedTypeItem::Compare);
603 fTypeListView->SortItems(&SupportedTypeItem::Compare);
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h183 bool Compare(const KeyType &key, ValueType *value) const function in struct:MulticastGroupInterface::HashDefinition
/haiku-fatelf/src/kits/bluetooth/
H A DRemoteDevice.cpp124 return bdaddrUtils::Compare(fBdaddr, obj->GetBluetoothAddress());
/haiku-fatelf/headers/private/kernel/vm/
H A DVMCache.h60 static int Compare(page_num_t key, const NodeType* node) function in struct:VMCachePagesTreeDefinition
/haiku-fatelf/src/apps/debugger/files/
H A DFileManager.cpp91 bool Compare(const EntryPath& key, const LocatableEntry* value) const function in struct:FileManager::EntryHashDefinition
525 bool Compare(const BString& key, const SourceFileEntry* value) const function in struct:FileManager::SourceFileHashDefinition
/haiku-fatelf/src/system/kernel/posix/
H A Dxsi_message_queue.cpp307 bool Compare(const int key, XsiMessageQueue *variable) const function in struct:MessageQueueHashTableDefinition
369 bool Compare(const key_t key, Ipc *variable) const function in struct:IpcHashTableDefinition
/haiku-fatelf/src/kits/tracker/
H A DTextWidget.cpp89 BTextWidget::Compare(const BTextWidget& with, BPoseView* view) const function in class:BTextWidget
91 return fText->Compare(*with.fText, view);
/haiku-fatelf/headers/private/userlandfs/shared/
H A DHashMap.h53 bool Compare(const KeyType& key, const ValueType* value) const function in struct:HashMapTableDefinition
/haiku-fatelf/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp159 if (label.Compare(pageFormat[i].label) == 0)
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp276 return pathA.Compare(pathB);
/haiku-fatelf/src/apps/devices/
H A DDevicesView.cpp183 return Compare(stringItem1->Text(), stringItem2->Text());
/haiku-fatelf/src/apps/switcher/
H A DLaunchButton.cpp359 && helper.Compare(info.short_info) != 0) {
/haiku-fatelf/src/preferences/media/
H A DMediaListItem.cpp186 MediaListItem::Compare(const void* itemOne, const void* itemTwo) function in class:MediaListItem

Completed in 273 milliseconds

12345678