proxygen
|
#include <F14TestUtil.h>
Public Member Functions | |
Counts (uint64_t copConstr=0, uint64_t movConstr=0, uint64_t copConv=0, uint64_t movConv=0, uint64_t copAssign=0, uint64_t movAssign=0, uint64_t def=0, uint64_t destr=0) | |
int64_t | liveCount () const |
uint64_t | dist (Counts const &rhs) const |
bool | operator== (Counts const &rhs) const |
bool | operator!= (Counts const &rhs) const |
Public Attributes | |
uint64_t | copyConstruct {0} |
uint64_t | moveConstruct {0} |
uint64_t | copyConvert {0} |
uint64_t | moveConvert {0} |
uint64_t | copyAssign {0} |
uint64_t | moveAssign {0} |
uint64_t | defaultConstruct {0} |
uint64_t | destroyed {0} |
Definition at line 122 of file F14TestUtil.h.
|
inlineexplicit |
Definition at line 132 of file F14TestUtil.h.
Definition at line 156 of file F14TestUtil.h.
References copyAssign, copyConstruct, copyConvert, defaultConstruct, moveAssign, moveConstruct, moveConvert, uint64_t, and x.
|
inline |
Definition at line 150 of file F14TestUtil.h.
|
inline |
|
inline |
uint64_t folly::f14::Counts::copyAssign {0} |
Definition at line 127 of file F14TestUtil.h.
Referenced by dist(), folly::f14::operator<<(), and folly::f14::Tracked< 0 >::operator=().
uint64_t folly::f14::Counts::copyConstruct {0} |
Definition at line 123 of file F14TestUtil.h.
Referenced by dist(), folly::f14::operator<<(), and folly::f14::Tracked< 0 >::Tracked().
uint64_t folly::f14::Counts::copyConvert {0} |
Definition at line 125 of file F14TestUtil.h.
Referenced by dist(), folly::f14::operator<<(), and folly::f14::Tracked< 0 >::Tracked().
uint64_t folly::f14::Counts::defaultConstruct {0} |
Definition at line 129 of file F14TestUtil.h.
Referenced by dist(), folly::f14::operator<<(), and folly::f14::Tracked< 0 >::Tracked().
uint64_t folly::f14::Counts::destroyed {0} |
Definition at line 130 of file F14TestUtil.h.
Referenced by folly::f14::operator<<(), operator==(), and folly::f14::Tracked< 0 >::~Tracked().
uint64_t folly::f14::Counts::moveAssign {0} |
Definition at line 128 of file F14TestUtil.h.
Referenced by dist(), folly::f14::operator<<(), and folly::f14::Tracked< 0 >::operator=().
uint64_t folly::f14::Counts::moveConstruct {0} |
Definition at line 124 of file F14TestUtil.h.
Referenced by dist(), folly::f14::operator<<(), and folly::f14::Tracked< 0 >::Tracked().
uint64_t folly::f14::Counts::moveConvert {0} |
Definition at line 126 of file F14TestUtil.h.
Referenced by dist(), folly::f14::operator<<(), and folly::f14::Tracked< 0 >::Tracked().