Searched refs:kValueMaxLength (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/client/windows/common/
H A Dipc_protocol.h46 static const int kValueMaxLength = 64; member in struct:google_breakpad::CustomInfoEntry
73 WindowsStringUtils::safe_wcscpy(value, kValueMaxLength, value_arg);
82 wchar_t value[kValueMaxLength];
/external/google-breakpad/src/client/windows/crash_generation/
H A Dclient_info.cc179 _i64tow_s(delay, value, CustomInfoEntry::kValueMaxLength, 10);

Completed in 71 milliseconds