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

  /external/google-breakpad/src/client/windows/unittests/
dump_analysis.h 41 class DumpAnalysis {
43 explicit DumpAnalysis(const std::wstring& file_path)
48 ~DumpAnalysis();
dump_analysis.cc 37 DumpAnalysis::~DumpAnalysis() {
50 void DumpAnalysis::EnsureDumpMapped() {
79 bool DumpAnalysis::HasTebs() const {
96 bool DumpAnalysis::HasPeb() const {
112 bool DumpAnalysis::HasStream(ULONG stream_number) const {
118 size_t DumpAnalysis::GetStreamImpl(ULONG stream_number, void** stream) const {
130 bool DumpAnalysis::HasMemoryImpl(const void *addr_in, size_t structuresize,

Completed in 30 milliseconds