Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump.cc1709 cv_record_(NULL), in MinidumpModule()
1717 delete cv_record_; in ~MinidumpModule()
1726 delete cv_record_; in Read()
1727 cv_record_ = NULL; in Read()
1900 if (cv_record_) { in debug_file()
1904 reinterpret_cast<const MDCVInfoPDB70*>(&(*cv_record_)[0]); in debug_file()
1912 reinterpret_cast<const MDCVInfoPDB20*>(&(*cv_record_)[0]); in debug_file()
1981 if (cv_record_) { in debug_identifier()
1985 reinterpret_cast<const MDCVInfoPDB70*>(&(*cv_record_)[0]); in debug_identifier()
2009 reinterpret_cast<const MDCVInfoPDB20*>(&(*cv_record_)[0]); in debug_identifier()
[all …]
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h461 vector<uint8_t>* cv_record_; variable