Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h257 bool hexdump_; variable
1272 unsigned int HexdumpMode() const { return hexdump_ ? hexdump_width_ : 0; } in HexdumpMode()
1339 bool hexdump_; variable
/external/google-breakpad/src/processor/
Dminidump.cc1277 hexdump_ = hexdump_width_ != 0; in MinidumpMemoryRegion()
1436 if (hexdump_) { in Print()
1502 hexdump_ = hexdump; in SetPrintMode()
5042 hexdump_(hexdump), in Minidump()
5055 hexdump_(false), in Minidump()