Home
last modified time | relevance | path

Searched refs:DumpAnalysis (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Ddump_analysis.cc37 DumpAnalysis::~DumpAnalysis() { in ~DumpAnalysis()
50 void DumpAnalysis::EnsureDumpMapped() { in EnsureDumpMapped()
79 bool DumpAnalysis::HasTebs() const { in HasTebs()
96 bool DumpAnalysis::HasPeb() const { in HasPeb()
112 bool DumpAnalysis::HasStream(ULONG stream_number) const { in HasStream()
118 size_t DumpAnalysis::GetStreamImpl(ULONG stream_number, void** stream) const { in GetStreamImpl()
130 bool DumpAnalysis::HasMemoryImpl(const void *addr_in, size_t structuresize, in HasMemoryImpl()
Ddump_analysis.h41 class DumpAnalysis {
43 explicit DumpAnalysis(const std::wstring& file_path) in DumpAnalysis() function
48 ~DumpAnalysis();
Dminidump_test.cc182 DumpAnalysis mini(dump_file_); in TEST_F()
214 DumpAnalysis mini(dump_file_); in TEST_F()
245 DumpAnalysis mini(dump_file_); in TEST_F()
279 DumpAnalysis mini(dump_file_); in TEST_F()
280 DumpAnalysis full(full_dump_file_); in TEST_F()
Dexception_handler_test.cc252 DumpAnalysis mini(dump_file); in TEST_F()
253 DumpAnalysis full(full_dump_file); in TEST_F()
323 DumpAnalysis mini(dump_file); in TEST_F()
324 DumpAnalysis full(full_dump_file); in TEST_F()