Searched refs:AppMemoryList (Results 1 - 8 of 8) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer.h68 typedef std::list<AppMemory> AppMemoryList; typedef in namespace:google_breakpad
99 const AppMemoryList& appdata);
103 const AppMemoryList& appdata);
110 const AppMemoryList& appdata);
115 const AppMemoryList& appdata);
119 const AppMemoryList& appdata,
H A Dminidump_writer.cc84 using google_breakpad::AppMemoryList;
130 const AppMemoryList& appmem,
430 for (AppMemoryList::const_iterator iter = app_memory_list_.begin();
1263 const AppMemoryList& app_memory_list_;
1273 const AppMemoryList& appmem) {
1302 MappingList(), AppMemoryList());
1309 MappingList(), AppMemoryList());
1319 AppMemoryList(), &dumper);
1328 const AppMemoryList& appmem) {
1337 const AppMemoryList
[all...]
H A Dminidump_writer_unittest.cc191 AppMemoryList memory_list;
311 AppMemoryList memory_list;
475 AppMemoryList memory_list;
650 MappingList(), AppMemoryList()));
681 MappingList(), AppMemoryList()));
714 MappingList(), AppMemoryList()));
/external/google-breakpad/src/tools/linux/core2md/
H A Dcore2md.cc37 using google_breakpad::AppMemoryList;
50 AppMemoryList memory_list;
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.h273 AppMemoryList app_memory_list_;
H A Dexception_handler.cc707 AppMemoryList::iterator iter =
721 AppMemoryList::iterator iter =
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.h96 typedef std::list<AppMemory> AppMemoryList; typedef in namespace:google_breakpad
490 AppMemoryList app_memory_info_;
H A Dexception_handler.cc52 AppMemoryList::const_iterator iter;
53 AppMemoryList::const_iterator end;
1052 AppMemoryList::iterator iter =
1066 AppMemoryList::iterator iter =

Completed in 183 milliseconds