Searched defs:should_throw (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/allocator/
H A Dallocator_unittests.cc302 bool should_throw) {
316 EXPECT_FALSE(should_throw) << "allocation should have thrown.";
318 EXPECT_TRUE(should_throw) << "allocation threw unexpected exception.";
301 TestOneNewWithoutExceptions(void* (*func)(size_t), bool should_throw) argument

Completed in 88 milliseconds