Home
last modified time | relevance | path

Searched refs:CustomInfoEntry (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/client/windows/common/
Dipc_protocol.h43 struct CustomInfoEntry { struct
48 CustomInfoEntry() { in CustomInfoEntry() argument
54 CustomInfoEntry(const wchar_t* name_arg, const wchar_t* value_arg) { in CustomInfoEntry() function
98 const CustomInfoEntry* entries; argument
/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc179 _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()
Dclient_info.h137 scoped_array<CustomInfoEntry> custom_info_entries_;
/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc52 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/
Dcrash_generation_app.cc77 static CustomInfoEntry kCustomInfoEntries[] = {
78 CustomInfoEntry(L"prod", L"CrashTestApp"),
79 CustomInfoEntry(L"ver", L"1.0"),