|
proxygen
|
#include <F14TestUtil.h>
Public Member Functions | |
| Tracked () | |
| Tracked (uint64_t const &val) | |
| Tracked (uint64_t &&val) | |
| Tracked (Tracked const &rhs) | |
| Tracked (Tracked &&rhs) noexcept | |
| Tracked & | operator= (Tracked const &rhs) |
| Tracked & | operator= (Tracked &&rhs) noexcept |
| template<int T> | |
| Tracked (Tracked< T > const &rhs) | |
| template<int T> | |
| Tracked (Tracked< T > &&rhs) | |
| ~Tracked () | |
| bool | operator== (Tracked const &rhs) const |
| bool | operator!= (Tracked const &rhs) const |
| template<> | |
| thread_local Counts | counts |
| template<> | |
| thread_local Counts | counts |
| template<> | |
| thread_local Counts | counts |
| template<> | |
| thread_local Counts | counts |
| template<> | |
| thread_local Counts | counts |
| template<> | |
| thread_local Counts | counts |
Public Attributes | |
| uint64_t | val_ |
Static Public Attributes | |
| static thread_local Counts | counts |
Definition at line 215 of file F14TestUtil.h.
|
inline |
Definition at line 222 of file F14TestUtil.h.
|
inline |
Definition at line 226 of file F14TestUtil.h.
|
inline |
Definition at line 230 of file F14TestUtil.h.
|
inline |
Definition at line 234 of file F14TestUtil.h.
|
inlinenoexcept |
Definition at line 238 of file F14TestUtil.h.
|
inline |
Definition at line 256 of file F14TestUtil.h.
Definition at line 262 of file F14TestUtil.h.
|
inline |
Definition at line 267 of file F14TestUtil.h.
| thread_local Counts folly::f14::Tracked< 0 >::counts | ( | ) |
Definition at line 310 of file F14TestUtil.h.
| thread_local Counts folly::f14::Tracked< 1 >::counts | ( | ) |
Definition at line 312 of file F14TestUtil.h.
| thread_local Counts folly::f14::Tracked< 2 >::counts | ( | ) |
Definition at line 314 of file F14TestUtil.h.
| thread_local Counts folly::f14::Tracked< 3 >::counts | ( | ) |
Definition at line 316 of file F14TestUtil.h.
| thread_local Counts folly::f14::Tracked< 4 >::counts | ( | ) |
Definition at line 318 of file F14TestUtil.h.
| thread_local Counts folly::f14::Tracked< 5 >::counts | ( | ) |
Definition at line 320 of file F14TestUtil.h.
|
inline |
Definition at line 275 of file F14TestUtil.h.
|
inline |
Definition at line 242 of file F14TestUtil.h.
|
inlinenoexcept |
Definition at line 248 of file F14TestUtil.h.
|
inline |
Definition at line 272 of file F14TestUtil.h.
|
static |
Definition at line 216 of file F14TestUtil.h.
| uint64_t folly::f14::Tracked< Tag >::val_ |
Definition at line 220 of file F14TestUtil.h.
Referenced by folly::f14::TransparentTrackedHash< Tag >::operator()(), std::hash< folly::f14::Tracked< Tag > >::operator()(), folly::f14::Tracked< 0 >::operator=(), folly::f14::Tracked< 0 >::operator==(), folly::f14::Tracked< 0 >::Tracked(), and folly::f14::TransparentTrackedEqual< Tag >::unwrap().