Searched refs:kGUIDLengthWithoutDashes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/metrics/
H A Dmetrics_state_manager.cc239 const size_t kGUIDLengthWithoutDashes = 32U; local
241 client_info->client_id.length() == kGUIDLengthWithoutDashes) {
245 client_id_with_dashes.reserve(kGUIDLengthWithoutDashes + 4U);
247 for (size_t i = 0; i < kGUIDLengthWithoutDashes + 4U; ++i) {

Completed in 64 milliseconds