template <typename PtrType>

struct OtherHashTraits

Defined at line 21 of file ../../zircon/system/ulib/fbl/test/intrusive_hash_table_dll_tests.cc

Public Methods

BucketStateType & node_state (ObjType & obj)

Linked List Traits

Defined at line 26 of file ../../zircon/system/ulib/fbl/test/intrusive_hash_table_dll_tests.cc

OtherKeyType GetKey (const ObjType & obj)

Keyed Object Traits

Defined at line 31 of file ../../zircon/system/ulib/fbl/test/intrusive_hash_table_dll_tests.cc

bool LessThan (const OtherKeyType & key1, const OtherKeyType & key2)

Defined at line 33 of file ../../zircon/system/ulib/fbl/test/intrusive_hash_table_dll_tests.cc

bool EqualTo (const OtherKeyType & key1, const OtherKeyType & key2)

Defined at line 35 of file ../../zircon/system/ulib/fbl/test/intrusive_hash_table_dll_tests.cc

OtherHashType GetHash (const OtherKeyType & key)

Hash Traits

Defined at line 38 of file ../../zircon/system/ulib/fbl/test/intrusive_hash_table_dll_tests.cc

void SetKey (ObjType & obj, OtherKeyType key)

Set key is a trait which is only used by the tests, not by the containers

themselves.

Defined at line 44 of file ../../zircon/system/ulib/fbl/test/intrusive_hash_table_dll_tests.cc