Searched refs:Compare (Results 201 - 225 of 237) sorted by relevance

12345678910

/haiku/src/system/kernel/
H A Dsystem_info.cpp223 bool Compare(int32 key, const ListenerList* value) const function in struct:SystemNotificationService::ListenerHashDefinition
H A Dport.cpp178 bool Compare(port_id key, Port* value) const function in struct:__anon6::PortHashDefinition
218 bool Compare(const char* key, Port* value) const function in struct:__anon6::PortNameHashDefinition
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp192 // diff < 0 couldn't happen because of the Compare function
257 // diff < 0 couldn't happen because of the Compare function
622 if (TreeDefinition().Compare(start, chosen) == 0) {
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp261 c = packageA->Name().Compare(packageB->Name());
H A DPackageListView.cpp839 bool Compare(const char* key, PackageRow* value) const function in struct:PackageListView::RowByNameHashDefinition
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp76 bool Compare(thread_id key, const IORequestOwner* value) const function in struct:IOSchedulerSimple::RequestOwnerHashDefinition
H A Dlegacy_drivers.cpp169 bool Compare(ino_t* key, directory_node_entry* entry) const function in struct:__anon1::DirectoryNodeHashDefinition
238 bool Compare(KeyType key, ValueType* driver) const function in struct:__anon1::DriverHash
/haiku/src/apps/mail/
H A DHeader.cpp87 return (s1->Compare(*s2) < 0);
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp56 bool Compare(generic_addr_t key, const UserMutexEntry* value) const function in struct:UserMutexHashDefinition
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp136 bool Compare(image_id key, const ImageHandler* value) const function in struct:TeamDebugger::ImageHandlerHashDefinition
200 bool Compare(image_id key, const ImageInfoPendingThread* value) const function in struct:TeamDebugger::ImageInfoPendingThreadHashDefinition
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp131 bool Compare(const KeyType& key, ValueType* value) const function in struct:FragmentHashDefinition
171 bool Compare(const KeyType &key, ValueType* value) const function in struct:MulticastStateHash
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp115 bool Compare(const KeyType& key, ValueType* value) const function in struct:FragmentHashDefinition
154 bool Compare(const KeyType &key, ValueType* value) const function in struct:MulticastStateHash
/haiku/src/apps/debuganalyzer/model/
H A DModel.h588 bool Compare(thread_id key, const ThreadSchedulingState* value) const function in struct:Model::ThreadSchedulingStateDefinition
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp141 bool Compare(KeyType key, ValueType* value) const function in struct:arpHash
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp310 CPPUNIT_ASSERT(header.Compare(kExpectedRequestText.data(), kExpectedRequestText.size()) == 0);
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp141 bool Compare(in6_addr key, ndp_entry* value) const function in struct:ndpHash
/haiku/src/kits/tracker/
H A DNavMenu.cpp217 if (typeslist->ItemAt(index)->Compare(mimestr) == 0) {
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp158 bool Compare(KeyType key, const IORequest* value) const function in struct:ModelLoader::IORequestHashDefinition
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp646 if (teamItem != NULL && collator.Compare(teamItem->Label(), name)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp177 bool Compare(const FunctionKey& key, function in struct:VariablesView::ExpressionInfoEntryHashDefinition
733 bool Compare(const ValueNodeChild* key, function in struct:VariablesView::VariableTableModel::NodeHashDefinition
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp151 bool Compare(const KeyType &key, UdpEndpoint *endpoint) const function in struct:UdpHashDefinition
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.cpp61 bool Compare(const KeyType& key, InterfaceAddress* address) const function in struct:AddressHashDefinition
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp158 bool Compare(const WaitObjectKey& key, function in struct:SystemProfiler::WaitObjectTableDefinition
/haiku/src/system/kernel/fs/
H A Drootfs.cpp92 bool Compare(KeyType key, ValueType* vnode) const function in struct:__anon39::VnodeHash
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp298 bool Compare(const TypeNameKey& key, function in struct:DwarfImageDebugInfo::TypeNameEntryHashDefinition

Completed in 371 milliseconds

12345678910