Searched refs:res_id_start_idx (Results 1 – 1 of 1) sorted by relevance
709 const size_t res_id_start_idx = std::distance(line.begin(), iter) + 1; in LoadStableIdMap() local710 const size_t res_id_str_len = line.size() - res_id_start_idx; in LoadStableIdMap()711 StringPiece res_id_str = util::TrimWhitespace(line.substr(res_id_start_idx, res_id_str_len)); in LoadStableIdMap()