Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dstatistics_exception.cpp43 …std::vector<std::string>::iterator crashTypesIter = find(crashTypes_.begin(), crashTypes_.end(), c… in StatisticsDetail()
44 if (crashTypesIter == crashTypes_.end()) { in StatisticsDetail()
46 crashTypes_.push_back(crashType); in StatisticsDetail()
55 for (auto crashTypesIter : crashTypes_) { in StatisticsDetail()
/test/ostest/wukong/report/include/
Dstatistics_exception.h36 std::vector<std::string> crashTypes_; variable