Home
last modified time | relevance | path

Searched refs:custom_client_info_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc50 custom_client_info_(custom_client_info), in ClientInfo()
178 wchar_t* value = custom_info_entries_.get()[custom_client_info_.count].value; in SetProcessUptime()
183 if (custom_client_info_.count > kMaxCustomInfoEntries) in PopulateCustomInfo()
187 SIZE_T read_count = sizeof(CustomInfoEntry) * custom_client_info_.count; in PopulateCustomInfo()
196 new CustomInfoEntry[custom_client_info_.count + 1]); in PopulateCustomInfo()
198 custom_info_entries_.get()[custom_client_info_.count].set_name( in PopulateCustomInfo()
203 custom_client_info_.entries, in PopulateCustomInfo()
219 custom_info.count = custom_client_info_.count + 1; in GetCustomInfo()
Dclient_info.h70 return custom_client_info_; in custom_client_info()
132 CustomClientInfo custom_client_info_; variable