OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomClientInfo
(Results
1 - 9
of
9
) sorted by null
/external/google-breakpad/src/client/windows/crash_generation/
client_info.h
55
const
CustomClientInfo
& custom_client_info);
69
const
CustomClientInfo
& custom_client_info() const {
98
CustomClientInfo
GetCustomInfo() const;
132
CustomClientInfo
custom_client_info_;
crash_generation_client.h
42
struct
CustomClientInfo
;
67
const
CustomClientInfo
* custom_info);
71
const
CustomClientInfo
* custom_info);
147
CustomClientInfo
custom_info_;
client_info.cc
44
const
CustomClientInfo
& custom_client_info)
214
CustomClientInfo
ClientInfo::GetCustomInfo() const {
215
CustomClientInfo
custom_info;
crash_generation_client.cc
96
const
CustomClientInfo
* custom_info)
116
const
CustomClientInfo
* custom_info)
201
CustomClientInfo
custom_info = {NULL, 0};
/external/google-breakpad/src/client/windows/common/
ipc_protocol.h
97
struct
CustomClientInfo
{
124
const
CustomClientInfo
& custom_info,
161
CustomClientInfo
custom_client_info;
/external/google-breakpad/src/client/windows/handler/
exception_handler.h
185
const
CustomClientInfo
* custom_info);
196
const
CustomClientInfo
* custom_info);
296
const
CustomClientInfo
* custom_info);
exception_handler.cc
68
const
CustomClientInfo
* custom_info) {
88
const
CustomClientInfo
* custom_info) {
149
const
CustomClientInfo
* custom_info) {
[
all
...]
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc
234
CustomClientInfo
custom_info = client_info->GetCustomInfo();
480
CustomClientInfo
custom_info = {kCustomInfoEntries, kCustomInfoCount};
/external/google-breakpad/src/client/windows/unittests/
crash_generation_server_test.cc
167
google_breakpad::
CustomClientInfo
custom_info = {kCustomInfoEntries,
Completed in 70 milliseconds