Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h790 const MDRawMemoryInfo* info() const { return valid_ ? &memory_info_ : NULL; } in info()
818 MDRawMemoryInfo memory_info_;
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h830 } MDRawMemoryInfo; /* MINIDUMP_MEMORY_INFO */ typedef
/external/google-breakpad/src/processor/
Dminidump.cc3846 if (header.size_of_entry != sizeof(MDRawMemoryInfo)) { in Read()
3849 sizeof(MDRawMemoryInfo); in Read()
3854 numeric_limits<uint32_t>::max() / sizeof(MDRawMemoryInfo)) { in Read()
3862 header.number_of_entries * sizeof(MDRawMemoryInfo)) { in Read()
3865 header.number_of_entries * sizeof(MDRawMemoryInfo); in Read()
Dminidump_unittest.cc639 .D32(sizeof(MDRawMemoryInfo)) // size_of_entry in TEST()