Searched refs:Compare (Results 76 - 100 of 180) sorted by relevance

12345678

/haiku-fatelf/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp389 if (entry->Name().Compare(commandName, commandNameLength) == 0) {
442 return ::Compare(command1->Name(), command2->Name());
/haiku-fatelf/src/tests/system/kernel/util/
H A DOrderedMapTest.h165 template<typename Value, typename Compare>
174 Compare fCompare;
304 typename Compare>
307 typedef TestMap<Key, Value, MyMap, ReferenceMap, Compare> Class;
588 Compare fCompare;
603 // typedef _CompareStrategy<Key> Compare;
604 typedef typename CompareStrategyWrapper::Strategy<Key> Compare; typedef in class:TestMap::TestStrategy
605 typedef CompareWrapper<Key, Compare> BoolCompare;
606 typedef _MyMap<Compare> MyMap;
608 typedef TestMap<Key, Value, MyMap, ReferenceMap, Compare> TestClas
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp33 bool Compare(int32 key, const HaikuKernelIORequest* value) const function in struct:HaikuKernelFileSystem::IORequestHashDefinition
50 bool Compare(int32 key, const HaikuKernelIORequest* value) const function in struct:HaikuKernelFileSystem::IORequestTable
66 bool Compare(fs_vnode_ops* key, const ValueType* value) const function in struct:HaikuKernelFileSystem::NodeCapabilitiesHashDefinition
/haiku-fatelf/headers/private/kernel/util/
H A DMultiHashTable.h117 if (HashTable::fDefinition.Compare(key, slot))
H A DAVLTree.h20 int Compare(const Key& a, const Value* b) const;
21 int Compare(const Value* a, const Value* b) const;
381 return fDefinition.Compare(a, b);
389 return fDefinition.Compare(a, b);
H A DOpenHashTable.h21 `Compare' and `GetLink;. It must also define several types as shown in the
44 bool Compare(int key, Foo* value) const
143 if (fDefinition.Compare(key, slot))
370 if (fDefinition.Compare(key, slot))
/haiku-fatelf/src/apps/codycam/
H A DSettingsHandler.cpp25 Compare(const SettingsArgvDispatcher* p1, const SettingsArgvDispatcher* p2)
/haiku-fatelf/src/apps/debugger/debug_managers/
H A DTeamMemoryBlockManager.cpp69 bool Compare(const Key& key, const MemoryBlockEntry* value) const function in struct:TeamMemoryBlockManager::MemoryBlockHashDefinition
/haiku-fatelf/src/apps/debugger/model/
H A DStackFrameValueInfos.cpp95 bool Compare(const Key& key, const InfoEntry* value) const function in struct:StackFrameValueInfos::InfoEntryHashDefinition
H A DTypeComponentPath.cpp27 && name.Compare(other.name, other.name.Length()) == 0;
/haiku-fatelf/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewStateHistory.cpp93 bool Compare(const Key& key, const StateEntry* value) const function in struct:VariablesViewStateHistory::StateEntryHashDefinition
/haiku-fatelf/src/apps/debugger/util/
H A DWorker.h166 bool Compare(const JobKey& key, Job* value) const function in struct:Worker::JobHashDefinition
/haiku-fatelf/src/kits/package/
H A DPackageInfoSet.cpp56 bool Compare(const char* key, const PackageInfo* value) const function in struct:BPackageKit::BPackageInfoSet::PackageInfoHashDefinition
/haiku-fatelf/src/preferences/media/
H A DMediaListItem.h66 static int Compare(const void* itemOne,
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp42 bool Compare(const void* key, ConditionVariable* variable) const function in struct:ConditionVariableHashDefinition
/haiku-fatelf/src/tests/kits/locale/
H A DlocaleTest.cpp78 collator->Compare(strings[i], strings[i + 1], -1, strength),
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DAttributeIndex.cpp90 int Compare(const Key& a, const Value* b) const function in struct:AttributeIndex::TreeDefinition
96 int Compare(const Value* a, const Value* b) const function in struct:AttributeIndex::TreeDefinition
/haiku-fatelf/src/apps/debugger/debug_info/
H A DTeamDebugInfo.cpp63 bool Compare(const FunctionInstance* key, const Function* value) const function in struct:TeamDebugInfo::FunctionHashDefinition
204 return a->Name().Compare(b->Name());
245 bool Compare(const LocatableFile* key, const SourceFileEntry* value) const function in struct:TeamDebugInfo::SourceFileHashDefinition
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp674 return mimeString.Compare(kTextPlaylistMimeString) == 0;
681 return mimeString.Compare(kBinaryPlaylistMimeString) == 0;
695 return mimeString.Compare(BQueryFile::MimeType()) == 0;
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp160 ConnectionHashDefinition::Compare(const KeyType& key, function in class:ConnectionHashDefinition
193 EndpointHashDefinition::Compare(uint16 port, TCPEndpoint* endpoint) const function in class:EndpointHashDefinition
/haiku-fatelf/src/kits/support/
H A DString.cpp969 // #pragma mark - Compare functions
1011 BString::Compare(const BString& string) const function in class:BString
1018 BString::Compare(const char* string) const function in class:BString
1025 BString::Compare(const BString& string, int32 length) const function in class:BString
1032 BString::Compare(const char* string, int32 length) const function in class:BString
1041 return Compare(string, UTF8CountBytes(fPrivateData, charCount));
1048 return Compare(string, UTF8CountBytes(fPrivateData, charCount));
2579 Compare(const BString& string1, const BString& string2) function
2593 Compare(const BString* string1, const BString* string2) function
/haiku-fatelf/src/preferences/filetypes/
H A DMimeTypeListView.cpp216 MimeTypeItem::Compare(const BListItem* a, const BListItem* b) function in class:MimeTypeItem
339 SortItemsUnder(underItem, underItem != NULL, &MimeTypeItem::Compare);
/haiku-fatelf/headers/private/kernel/
H A DNotifications.h237 bool Compare(const char* key, NotificationService* service) const function in struct:NotificationManager::HashDefinition
/haiku-fatelf/headers/private/kernel/vm/
H A DVMArea.h173 bool Compare(area_id key, const VMArea* value) const function in struct:VMAreaHashDefinition
/haiku-fatelf/headers/private/userlandfs/shared/
H A DHashSet.h47 bool Compare(const KeyType& key, const ValueType* value) const function in struct:HashSetTableDefinition

Completed in 296 milliseconds

12345678