Searched refs:old_crtdbg_flag_ (Results 1 – 1 of 1) sorted by relevance
359 MemoryIsNotDeallocated() : old_crtdbg_flag_(0) { in MemoryIsNotDeallocated()360 old_crtdbg_flag_ = _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG); in MemoryIsNotDeallocated()363 (void)_CrtSetDbgFlag(old_crtdbg_flag_ & ~_CRTDBG_ALLOC_MEM_DF); in MemoryIsNotDeallocated()368 (void)_CrtSetDbgFlag(old_crtdbg_flag_); in ~MemoryIsNotDeallocated()372 int old_crtdbg_flag_; member in testing::internal::__anon22bf0dbd0211::MemoryIsNotDeallocated