Searched refs:CrashKeyStorage (Results 1 – 3 of 3) sorted by relevance
20 typedef google_breakpad::NonAllocatingMap<256, 256, 64> CrashKeyStorage; typedef59 CrashKeyStorage* crash_keys;
95 CrashKeyStorage* g_crash_keys = NULL;1262 CrashKeyStorage::Iterator crash_key_iterator(*info.crash_keys); in HandleCrashDump()1263 const CrashKeyStorage::Entry* entry; in HandleCrashDump()1495 g_crash_keys = new CrashKeyStorage; in InitCrashReporter()
156 CrashKeyStorage* crash_keys = new CrashKeyStorage; in OnFileCanReadWithoutBlocking()