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 30 // All checks return true when disable_checking is enabled.
31 static const bool disable_checking; member in class:MemCounter
108 return disable_checking || n == outstanding_new;
113 return disable_checking || n != outstanding_new;
118 return disable_checking || n == new_called;
123 return disable_checking || n != new_called;
128 return disable_checking || n == delete_called;
133 return disable_checking || n != delete_called;
138 return disable_checking || n == last_new_size;
143 return disable_checking || n != last_new_size
188 const bool MemCounter::disable_checking = true; member in class:MemCounter
190 const bool MemCounter::disable_checking = false; member in class:MemCounter
    [all...]

Completed in 108 milliseconds