Searched refs:HasName (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/system/kernel/debug/
H A Ddebug_variables.cpp46 inline bool HasName(const char* variableName) const function in struct:Variable
148 } else if (variable->HasName(variableName))
162 } else if (variable->HasName(variableName))
/haiku-fatelf/headers/os/net/
H A DNetworkCookie.h77 bool HasName() const;
/haiku-fatelf/src/kits/network/libnetapi/
H A DNetworkCookie.cpp445 return HasName() && HasValue() && (!strict || HasVersion());
525 BNetworkCookie::HasName() const function in class:BNetworkCookie
/haiku-fatelf/src/servers/input/
H A DInputServer.cpp111 InputDeviceListItem::HasName(const char* name) const function in class:InputDeviceListItem
131 return HasName(name);
1117 if (item->HasName(name)) {
1160 if (item->ServerDevice() == &serverDevice && item->HasName(device->name)) {
1207 if (item->HasName(device->name)) {
H A DInputServer.h58 bool HasName(const char* name) const;
/haiku-fatelf/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp321 bool HasName(const char* name, size_t nameLength) function in struct:BPackageKit::BHPKG::BPrivate::PackageWriterImpl::Entry
342 if (child->HasName(name, nameLength))

Completed in 108 milliseconds