HomeSort by relevance Sort by last modified time
    Searched refs:custom_info_entries_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/windows/crash_generation/
client_info.cc 178 wchar_t* value = custom_info_entries_.get()[custom_client_info_.count].value;
193 if (!custom_info_entries_.get()) {
195 custom_info_entries_.reset(
198 custom_info_entries_.get()[custom_client_info_.count].set_name(
204 custom_info_entries_.get(),
216 custom_info.entries = custom_info_entries_.get();
client_info.h 137 scoped_array<CustomInfoEntry> custom_info_entries_; member in class:google_breakpad::ClientInfo

Completed in 181 milliseconds