Home
last modified time | relevance | path

Searched refs:old_crtdbg_flag_ (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc395 MemoryIsNotDeallocated() : old_crtdbg_flag_(0) { in MemoryIsNotDeallocated()
396 old_crtdbg_flag_ = _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG); in MemoryIsNotDeallocated()
399 _CrtSetDbgFlag(old_crtdbg_flag_ & ~_CRTDBG_ALLOC_MEM_DF); in MemoryIsNotDeallocated()
404 _CrtSetDbgFlag(old_crtdbg_flag_); in ~MemoryIsNotDeallocated()
408 int old_crtdbg_flag_; member in testing::internal::__anon3edbd71e0211::MemoryIsNotDeallocated
/third_party/googletest/googletest/src/
Dgtest-port.cc397 MemoryIsNotDeallocated() : old_crtdbg_flag_(0) { in MemoryIsNotDeallocated()
398 old_crtdbg_flag_ = _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG); in MemoryIsNotDeallocated()
401 _CrtSetDbgFlag(old_crtdbg_flag_ & ~_CRTDBG_ALLOC_MEM_DF); in MemoryIsNotDeallocated()
406 _CrtSetDbgFlag(old_crtdbg_flag_); in ~MemoryIsNotDeallocated()
410 int old_crtdbg_flag_; member in testing::internal::__anon3aac84fd0211::MemoryIsNotDeallocated
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc10725 MemoryIsNotDeallocated() : old_crtdbg_flag_(0) { in MemoryIsNotDeallocated()
10726 old_crtdbg_flag_ = _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG); in MemoryIsNotDeallocated()
10729 _CrtSetDbgFlag(old_crtdbg_flag_ & ~_CRTDBG_ALLOC_MEM_DF); in MemoryIsNotDeallocated()
10734 _CrtSetDbgFlag(old_crtdbg_flag_); in ~MemoryIsNotDeallocated()
10738 int old_crtdbg_flag_; member in testing::internal::__anon123a64d50d11::MemoryIsNotDeallocated