Searched refs:MemCounter (Results 1 - 2 of 2) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/support/
H A Dcount_new.hpp27 class MemCounter class
30 // Make MemCounter super hard to accidentally construct or copy.
32 explicit MemCounter(MemCounterCtorArg_) { reset(); } function in class:MemCounter
35 MemCounter(MemCounter const &);
36 MemCounter & operator=(MemCounter const &);
197 const bool MemCounter::disable_checking = true;
199 const bool MemCounter::disable_checking = false;
202 MemCounter globalMemCounte
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
H A Dcount_new.hpp27 class MemCounter class
30 // Make MemCounter super hard to accidentally construct or copy.
32 explicit MemCounter(MemCounterCtorArg_) { reset(); } function in class:MemCounter
35 MemCounter(MemCounter const &);
36 MemCounter & operator=(MemCounter const &);
197 const bool MemCounter::disable_checking = true;
199 const bool MemCounter::disable_checking = false;
202 MemCounter globalMemCounte
[all...]

Completed in 37 milliseconds