HomeSort by relevance Sort by last modified time
    Searched refs:omitted_line_end_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/
dwarf_line_to_module.cc 116 // Should we omit this line? (See the comments for omitted_line_end_.)
117 if (address == 0 || address == omitted_line_end_) {
118 omitted_line_end_ = address + length;
121 omitted_line_end_ = 0;
dwarf_line_to_module.h 129 omitted_line_end_(0),
179 uint64 omitted_line_end_; member in class:google_breakpad::DwarfLineToModule

Completed in 66 milliseconds