Searched refs:custom_info_entries_ (Results 1 – 2 of 2) sorted by relevance
178 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()
137 scoped_array<CustomInfoEntry> custom_info_entries_; variable