Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc178 wchar_t* value = custom_info_entries_.get()[custom_client_info_.count].value; in SetProcessUptime()
193 if (!custom_info_entries_.get()) { in PopulateCustomInfo()
195 custom_info_entries_.reset( in PopulateCustomInfo()
198 custom_info_entries_.get()[custom_client_info_.count].set_name( in PopulateCustomInfo()
204 custom_info_entries_.get(), in PopulateCustomInfo()
216 custom_info.entries = custom_info_entries_.get(); in GetCustomInfo()
Dclient_info.h137 scoped_array<CustomInfoEntry> custom_info_entries_; variable