Searched refs:HashableString (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/headers/build/private/package/
H A DHashableString.h1 #include <../private/package/HashableString.h>
/haiku-fatelf/headers/private/package/
H A DHashableString.h19 class HashableString : public BString { class in namespace:BPackageKit::BPrivate
21 inline HashableString();
23 inline HashableString(const BString& string);
27 inline bool operator!= (const HashableString& other) const;
35 HashableString::HashableString() function in class:BPackageKit::BPrivate::HashableString
43 HashableString::HashableString(const BString& string) function in class:BPackageKit::BPrivate::HashableString
52 HashableString::GetHashCode() const
59 HashableString
[all...]
/haiku-fatelf/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp26 #include <package/HashableString.h>
39 using BPackageKit::BPrivate::HashableString;
178 : public ::BPrivate::HashSet<HashableString> {

Completed in 48 milliseconds