HomeSort by relevance Sort by last modified time
    Searched defs:DisableAllocationGuard (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/support/
count_new.hpp 274 struct DisableAllocationGuard {
275 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable)
287 ~DisableAllocationGuard() {
294 DisableAllocationGuard(DisableAllocationGuard const&);
295 DisableAllocationGuard& operator=(DisableAllocationGuard const&);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
count_new.hpp 274 struct DisableAllocationGuard {
275 explicit DisableAllocationGuard(bool disable = true) : m_disabled(disable)
287 ~DisableAllocationGuard() {
294 DisableAllocationGuard(DisableAllocationGuard const&);
295 DisableAllocationGuard& operator=(DisableAllocationGuard const&);

Completed in 192 milliseconds