Searched refs:noLogEvents_ (Results 1 – 2 of 2) sorted by relevance
133 if (!noLogEvents_.empty()) { in Dump()134 dprintf(fd, "No CppCrash Log Events(%zu):\n", noLogEvents_.size()); in Dump()135 PrintEvents(fd, noLogEvents_, false); in Dump()264 noLogEvents_.push_back(*it); in CheckOutOfDateEvents()
66 std::vector<CrashEvent> noLogEvents_; variable