Home
last modified time | relevance | path

Searched refs:GetMemoryInfoAtIndex (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h989 const MinidumpMemoryInfo* GetMemoryInfoAtIndex(unsigned int index) const;
/external/google-breakpad/src/processor/
Dminidump_unittest.cc1036 const MinidumpMemoryInfo *info1 = info_list->GetMemoryInfoAtIndex(0); in TEST()
Dminidump.cc4638 const MinidumpMemoryInfo* MinidumpMemoryInfoList::GetMemoryInfoAtIndex( in GetMemoryInfoAtIndex() function in google_breakpad::MinidumpMemoryInfoList
4671 return GetMemoryInfoAtIndex(info_index); in GetMemoryInfoForAddress()