Home
last modified time | relevance | path

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

/external/chromium/base/third_party/symbolize/
Dsymbolize.cc70 #define SAFE_ASSERT(expr) ((expr) ? 0 : AssertFail()) macro
87 SAFE_ASSERT(len < sizeof(demangled)); in DemangleInplace()
125 SAFE_ASSERT(fd >= 0); in ReadPersistent()
126 SAFE_ASSERT(count >= 0 && count <= std::numeric_limits<ssize_t>::max()); in ReadPersistent()
140 SAFE_ASSERT(num_bytes <= count); in ReadPersistent()
194 SAFE_ASSERT(len % sizeof(buf[0]) == 0); in GetSectionHeaderByType()
196 SAFE_ASSERT(num_headers_in_buf <= sizeof(buf) / sizeof(buf[0])); in GetSectionHeaderByType()
284 SAFE_ASSERT(len % sizeof(buf[0]) == 0); in FindSymbol()
286 SAFE_ASSERT(num_symbols_in_buf <= sizeof(buf)/sizeof(buf[0])); in FindSymbol()
403 SAFE_ASSERT(bol_ <= eod_); // "bol_" can point to "eod_". in ReadLine()
[all …]