proxygen
|
#include <ConcurrentHashMap-detail.h>
Public Types | |
typedef std::pair< const KeyType, ValueType > | value_type |
Public Attributes | |
Atom< NodeT * > | next_ {nullptr} |
Private Attributes | |
ValueHolder< KeyType, ValueType, Allocator > | item_ |
Definition at line 126 of file ConcurrentHashMap-detail.h.
typedef std::pair<const KeyType, ValueType> folly::detail::concurrenthashmap::NodeT< KeyType, ValueType, Allocator, Atom >::value_type |
Definition at line 131 of file ConcurrentHashMap-detail.h.
|
inlineexplicit |
Definition at line 133 of file ConcurrentHashMap-detail.h.
References testing::Args().
|
inline |
Definition at line 140 of file ConcurrentHashMap-detail.h.
|
inline |
Definition at line 154 of file ConcurrentHashMap-detail.h.
|
inline |
Definition at line 159 of file ConcurrentHashMap-detail.h.
|
inline |
Definition at line 150 of file ConcurrentHashMap-detail.h.
|
private |
Definition at line 171 of file ConcurrentHashMap-detail.h.
Atom<NodeT*> folly::detail::concurrenthashmap::NodeT< KeyType, ValueType, Allocator, Atom >::next_ {nullptr} |
Definition at line 168 of file ConcurrentHashMap-detail.h.
Referenced by folly::detail::ConcurrentHashMapSegment< KeyType, ValueType, ShardBits, HashFn, KeyEqual, Allocator, Atom, Mutex >::erase_internal(), and folly::detail::ConcurrentHashMapSegment< KeyType, ValueType, ShardBits, HashFn, KeyEqual, Allocator, Atom, Mutex >::insert_internal().