HomeSort by relevance Sort by last modified time
    Searched refs:CustomInfoEntry (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/client/windows/common/
ipc_protocol.h 43 struct CustomInfoEntry {
48 CustomInfoEntry() {
54 CustomInfoEntry(const wchar_t* name_arg, const wchar_t* value_arg) {
98 const CustomInfoEntry* entries;
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.cc 179 _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]);
client_info.h 137 scoped_array<CustomInfoEntry> custom_info_entries_;
  /external/google-breakpad/src/client/windows/unittests/
crash_generation_server_test.cc 55 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/
crash_generation_app.cc 77 static CustomInfoEntry kCustomInfoEntries[] = {
78 CustomInfoEntry(L"prod", L"CrashTestApp"),
79 CustomInfoEntry(L"ver", L"1.0"),

Completed in 965 milliseconds