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

12345678910

/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h167 template<typename Value, typename Compare>
176 Compare fCompare;
306 typename Compare>
309 typedef TestMap<Key, Value, MyMap, ReferenceMap, Compare> Class;
590 Compare fCompare;
605 // typedef _CompareStrategy<Key> Compare;
606 typedef typename CompareStrategyWrapper::template Strategy<Key> Compare; typedef in class:TestMap::TestStrategy
607 typedef CompareWrapper<Key, Compare> BoolCompare;
608 typedef _MyMap<Compare> MyMap;
610 typedef TestMap<Key, Value, MyMap, ReferenceMap, Compare> TestClas
[all...]
/haiku/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/headers/private/kernel/util/
H A DMultiHashTable.h117 if (HashTable::fDefinition.Compare(key, slot))
H A DOpenHashTable.h25 `Compare' and `GetLink;. It must also define several types as shown in the
48 bool Compare(KeyType key, ValueType* value) const
162 if (fDefinition.Compare(key, slot))
411 if (fDefinition.Compare(key, slot))
/haiku/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
H A DVariablesViewState.cpp172 bool Compare(const Key& key, const InfoEntry* value) const function in struct:VariablesViewState::InfoEntryHashDefinition
/haiku/src/tools/update_package_requires/
H A Dupdate_package_requires.cpp65 && provides->Version().Compare(bestProvides->Version()) > 0)) {
/haiku/src/kits/debugger/debug_managers/
H A DTeamMemoryBlockManager.cpp69 bool Compare(const Key& key, const MemoryBlockEntry* value) const function in struct:TeamMemoryBlockManager::MemoryBlockHashDefinition
/haiku/src/kits/debugger/model/
H A DExpressionValues.cpp80 bool Compare(const Key& key, const ValueEntry* value) const function in struct:ExpressionValues::ValueEntryHashDefinition
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/headers/private/debugger/controllers/
H A DThreadHandler.h159 bool Compare(thread_id key, ThreadHandler* value) const function in struct:ThreadHandlerHashDefinition
/haiku/headers/private/debugger/util/
H A DWorker.h184 bool Compare(const JobKey& key, Job* value) const function in struct:Worker::JobHashDefinition
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h60 bool Compare(const FSVNodeCapabilities& key, const VNodeOps* value) const function in struct:VNodeOpsHashDefinition
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp304 && kNewRepoDefaultName.Compare(rowItem->Name()) != 0) {
453 if (kNewRepoDefaultName.Compare(rowItem->Name()) == 0
454 && newName.Compare("") != 0) {
673 if (name.Compare(kNewRepoDefaultName)==0)
/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp171 if (requiredVersion.Compare(package->Version()) == 0) {
/haiku/src/servers/keystore/
H A DKeyStoreServer.cpp90 fKeyrings.BinaryInsert(fMasterKeyring, &Keyring::Compare);
505 fKeyrings.BinaryInsert(keyring, &Keyring::Compare);
713 return fKeyrings.BinarySearchByKey(name, &Keyring::Compare);
727 if (!fKeyrings.BinaryInsert(keyring, &Keyring::Compare)) {
H A DKeyring.cpp457 Keyring::Compare(const Keyring* one, const Keyring* two) function in class:Keyring
464 Keyring::Compare(const BString* name, const Keyring* keyring) function in class:Keyring
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectoryEntryTable.h36 bool Compare(KeyType key, ValueType* value) const function in struct:DirectoryEntryHash
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.h184 bool Compare(const char* key, const Package* value) const function in struct:PackageFileNameHashDefinition
/haiku/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/src/apps/haikudepot/packagemodel/
H A DDepotInfo.cpp22 return p1->Name().Compare(packageName) < 0;
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp90 int Compare(const Key& a, const Value* b) const function in struct:AttributeIndex::TreeDefinition
104 int Compare(const Value* a, const Value* b) const function in struct:AttributeIndex::TreeDefinition
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h25 `Compare' and `GetLink;. It must also define several types as shown in the
48 bool Compare(KeyType key, ValueType* value) const
162 if (fDefinition.Compare(key, slot))
411 if (fDefinition.Compare(key, slot))
/haiku/src/kits/package/
H A DPackageRoster.cpp145 if (names.StringAt(i).Compare(name) == 0)
270 info.Version().Compare(packageInfo->Version()) == 0) {

Completed in 300 milliseconds

12345678910