HomeSort by relevance Sort by last modified time
    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 220 milliseconds