OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kValueMaxLength
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/client/windows/common/
ipc_protocol.h
46
static const int
kValueMaxLength
= 64;
73
WindowsStringUtils::safe_wcscpy(value,
kValueMaxLength
, value_arg);
82
wchar_t value[
kValueMaxLength
];
/external/google-breakpad/src/client/windows/crash_generation/
client_info.cc
179
_i64tow_s(delay, value, CustomInfoEntry::
kValueMaxLength
, 10);
Completed in 97 milliseconds