Searched refs:StringKey (Results 1 - 25 of 29) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringKey.h12 class StringKey { class
14 StringKey(const ::String& string) function in class:StringKey
21 explicit StringKey(const char* string) function in class:StringKey
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributes.h11 #include "StringKey.h"
28 static bool AttributeForName(const StringKey& name,
37 const StringKey& name, int openMode,
H A DNodeListener.cpp19 OldNodeAttributes::IndexCookieForAttribute(const StringKey& name) const
H A DOldUnpackingNodeAttributes.h22 virtual void* IndexCookieForAttribute(const StringKey& name)
H A DOldUnpackingNodeAttributes.cpp39 OldUnpackingNodeAttributes::IndexCookieForAttribute(const StringKey& name) const
H A DNode.cpp100 Node::OpenAttribute(const StringKey& name, int openMode,
115 Node::IndexCookieForAttribute(const StringKey& name) const
H A DUnpackingLeafNode.h53 virtual status_t OpenAttribute(const StringKey& name,
57 virtual void* IndexCookieForAttribute(const StringKey& name)
H A DUnpackingDirectory.h44 virtual status_t OpenAttribute(const StringKey& name,
48 virtual void* IndexCookieForAttribute(const StringKey& name)
H A DNode.h19 #include "StringKey.h"
84 virtual status_t OpenAttribute(const StringKey& name,
88 virtual void* IndexCookieForAttribute(const StringKey& name)
148 typedef StringKey KeyType;
151 size_t HashKey(const StringKey& key) const
161 bool Compare(const StringKey& key, const Node* value) const
H A DUnpackingAttributeCookie.h10 #include "StringKey.h"
28 const StringKey& name, int openMode,
H A DAutoPackageAttributes.cpp82 AutoPackageAttributes::AttributeForName(const StringKey& name,
132 AutoPackageAttributes::OpenCookie(Package* package, const StringKey& name,
H A DDirectory.h43 Node* FindChild(const StringKey& name);
H A DUnpackingDirectory.cpp197 UnpackingDirectory::OpenAttribute(const StringKey& name, int openMode,
217 UnpackingDirectory::IndexCookieForAttribute(const StringKey& name) const
H A DDirectory.cpp107 Directory::FindChild(const StringKey& name)
H A DNodeListener.h14 #include "StringKey.h"
29 virtual void* IndexCookieForAttribute(const StringKey& name)
H A DUnpackingLeafNode.cpp301 UnpackingLeafNode::OpenAttribute(const StringKey& name, int openMode,
321 UnpackingLeafNode::IndexCookieForAttribute(const StringKey& name) const
H A DUnpackingAttributeCookie.cpp75 UnpackingAttributeCookie::Open(PackageNode* packageNode, const StringKey& name,
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.h16 #include "StringKey.h"
103 typedef StringKey KeyType;
106 size_t HashKey(const StringKey& key) const
116 bool Compare(const StringKey& key, const Index* value) const
H A DQuery.cpp87 index.index = index.query->fVolume->FindIndex(StringKey(attribute));
183 status_t error = node->OpenAttribute(StringKey(attribute), O_RDONLY,
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.h17 #include "StringKey.h"
69 PackageNodeAttribute* FindAttribute(const StringKey& name) const;
73 inline void* IndexCookieForAttribute(const StringKey& name)
98 PackageNode::IndexCookieForAttribute(const StringKey& name) const
H A DPackageNode.cpp98 PackageNode::FindAttribute(const StringKey& name) const
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkSymlink.h45 virtual status_t OpenAttribute(const StringKey& name,
H A DPackageLinkDirectory.h29 virtual status_t OpenAttribute(const StringKey& name,
H A DPackageLinkSymlink.cpp187 PackageLinkSymlink::OpenAttribute(const StringKey& name, int openMode,
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.h12 #include "StringKey.h"
164 typedef StringKey KeyType;
167 size_t HashKey(const StringKey& key) const
177 bool Compare(const StringKey& key, const PackageSettingsItem* value) const

Completed in 230 milliseconds

12