Home
last modified time | relevance | path

Searched defs:HashKey32 (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/private/shared/
H A DHashMap.h245 struct HashKey32 { struct
246 HashKey32() {} in HashKey32() argument
247 HashKey32(const Value& value) : value(value) {} in HashKey32() function
254 HashKey32<Value> operator=(const HashKey32<Value>& other) argument
270 Value value;