Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h258 unsigned int hexdump_width_; variable
1272 unsigned int HexdumpMode() const { return hexdump_ ? hexdump_width_ : 0; } in HexdumpMode()
1340 unsigned int hexdump_width_; variable
/external/google-breakpad/src/processor/
Dminidump.cc1276 hexdump_width_ = minidump_ ? minidump_->HexdumpMode() : 0; in MinidumpMemoryRegion()
1277 hexdump_ = hexdump_width_ != 0; in MinidumpMemoryRegion()
1440 byte_index += hexdump_width_) { in Print()
1443 descriptor_->memory.data_size - byte_index, hexdump_width_); in Print()
1449 for (unsigned int i = 0; i < hexdump_width_; ++i) { in Print()
1466 for (unsigned int i = 0; i < hexdump_width_; ++i) { in Print()
1503 hexdump_width_ = hexdump_width; in SetPrintMode()
5043 hexdump_width_(hexdump_width) { in Minidump()
5056 hexdump_width_(0) { in Minidump()