HomeSort by relevance Sort by last modified time
    Searched full:disable_checking (Results 1 - 1 of 1) sorted by null

  /external/libcxx/test/support/
count_new.hpp 29 // All checks return true when disable_checking is enabled.
30 static const bool disable_checking; member in class:MemCounter
89 return disable_checking || n == outstanding_new;
94 return disable_checking || n != outstanding_new;
99 return disable_checking || n == new_called;
104 return disable_checking || n != new_called;
109 return disable_checking || n == delete_called;
114 return disable_checking || n != delete_called;
119 return disable_checking || n == last_new_size;
124 return disable_checking || n != last_new_size
169 const bool MemCounter::disable_checking = true; member in class:MemCounter
171 const bool MemCounter::disable_checking = false; member in class:MemCounter
    [all...]

Completed in 1377 milliseconds