Searched refs:CustomInfoEntry (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/client/windows/common/ |
D | ipc_protocol.h | 43 struct CustomInfoEntry { struct 48 CustomInfoEntry() { in CustomInfoEntry() argument 54 CustomInfoEntry(const wchar_t* name_arg, const wchar_t* value_arg) { in CustomInfoEntry() argument 98 const CustomInfoEntry* entries; argument
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | client_info.cc | 179 _i64tow_s(delay, value, CustomInfoEntry::kValueMaxLength, 10); in SetProcessUptime() 187 SIZE_T read_count = sizeof(CustomInfoEntry) * custom_client_info_.count; in PopulateCustomInfo() 196 new CustomInfoEntry[custom_client_info_.count + 1]); in PopulateCustomInfo()
|
D | client_info.h | 137 scoped_array<CustomInfoEntry> custom_info_entries_;
|
/external/google-breakpad/src/client/windows/unittests/ |
D | crash_generation_server_test.cc | 52 const google_breakpad::CustomInfoEntry kCustomInfoEntries[] = { 53 google_breakpad::CustomInfoEntry(L"prod", L"CrashGenerationServerTest"), 54 google_breakpad::CustomInfoEntry(L"ver", L"1.0"),
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 77 static CustomInfoEntry kCustomInfoEntries[] = { 78 CustomInfoEntry(L"prod", L"CrashTestApp"), 79 CustomInfoEntry(L"ver", L"1.0"),
|