Searched defs:HashKeyString (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/webpositive/support/
H A DHashKeys.h80 struct HashKeyString { struct in namespace:BPrivate
81 HashKeyString() {} function in struct:BPrivate::HashKeyString
82 HashKeyString(const BString& value) : value(value) {} function in struct:BPrivate::HashKeyString
83 HashKeyString(const char* string) : value(string) {} function in struct:BPrivate::HashKeyString

Completed in 34 milliseconds