proxygen
|
Public Member Functions | |
Counters (size_t numCounters) | |
void | increment (int64_t obj_id) |
int64_t | getValue (int64_t obj_id) |
string | toString () |
Private Attributes | |
AtomicHashMap< int64_t, int64_t > | ahm |
Definition at line 266 of file AtomicHashMapTest.cpp.
|
inlineexplicit |
Definition at line 274 of file AtomicHashMapTest.cpp.
Definition at line 284 of file AtomicHashMapTest.cpp.
References folly::AtomicHashMap< KeyT, ValueT, HashFcn, EqualFcn, Allocator, ProbeFcn, KeyConvertFcn >::end(), and folly::AtomicHashMap< KeyT, ValueT, HashFcn, EqualFcn, Allocator, ProbeFcn, KeyConvertFcn >::find().
Referenced by TEST().
|
inline |
Definition at line 276 of file AtomicHashMapTest.cpp.
References folly::AtomicHashMap< KeyT, ValueT, HashFcn, EqualFcn, Allocator, ProbeFcn, KeyConvertFcn >::insert().
Referenced by TEST().
|
inline |
Definition at line 290 of file AtomicHashMapTest.cpp.
References folly::AtomicHashMap< KeyT, ValueT, HashFcn, EqualFcn, Allocator, ProbeFcn, KeyConvertFcn >::size().
Referenced by TEST().
|
private |
Definition at line 271 of file AtomicHashMapTest.cpp.