Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2diehandler.cc66 if (parent && parent->handler_ && !parent->reported_attributes_end_) { in StartDIE()
67 parent->reported_attributes_end_ = true; in StartDIE()
108 entry.reported_attributes_end_ = false; in StartDIE()
123 if (!entry->reported_attributes_end_) in EndDIE()
Ddwarf2diehandler.h339 bool reported_attributes_end_; member