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

/external/google-breakpad/src/client/windows/common/
H A Dipc_protocol.h43 struct CustomInfoEntry { struct in namespace:google_breakpad
48 CustomInfoEntry() { function in struct:google_breakpad::CustomInfoEntry
54 CustomInfoEntry(const wchar_t* name_arg, const wchar_t* value_arg) { function in struct:google_breakpad::CustomInfoEntry
98 const CustomInfoEntry* entries;
/external/google-breakpad/src/client/windows/crash_generation/
H A Dclient_info.cc179 _i64tow_s(delay, value, CustomInfoEntry::kValueMaxLength, 10);
187 SIZE_T read_count = sizeof(CustomInfoEntry) * custom_client_info_.count;
196 new CustomInfoEntry[custom_client_info_.count + 1]);
H A Dclient_info.h137 scoped_array<CustomInfoEntry> custom_info_entries_;
/external/google-breakpad/src/client/windows/unittests/
H A Dcrash_generation_server_test.cc55 google_breakpad::CustomInfoEntry kCustomInfoEntries[] = {
56 google_breakpad::CustomInfoEntry(L"prod", L"CrashGenerationServerTest"),
57 google_breakpad::CustomInfoEntry(L"ver", L"1.0"),
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
H A Dcrash_generation_app.cc77 static CustomInfoEntry kCustomInfoEntries[] = {
78 CustomInfoEntry(L"prod", L"CrashTestApp"),
79 CustomInfoEntry(L"ver", L"1.0"),

Completed in 77 milliseconds