Searched refs:index_result (Results 1 – 4 of 4) sorted by relevance
152 auto index_result = dynamic_index_.insert(std::make_pair( in TryAddEntry() local154 if (!index_result.second) { in TryAddEntry()157 QUICHE_DVLOG(1) << "Found existing entry at: " << index_result.first->second in TryAddEntry()160 QUICHE_DCHECK_GT(index, index_result.first->second); in TryAddEntry()161 dynamic_index_.erase(index_result.first); in TryAddEntry()
27 auto index_result = dynamic_index_.insert( in InsertEntry() local29 if (!index_result.second) { in InsertEntry()33 QUICHE_DCHECK_GT(index, index_result.first->second); in InsertEntry()34 dynamic_index_.erase(index_result.first); in InsertEntry()
1159 for (auto index_result : in matchAndRewrite() local1161 results[std::get<0>(index_result)] = std::get<1>(index_result); in matchAndRewrite()
3454 index_result = result.index("\n1")3456 assert(result[index_result:] == expected[index_expected:])9209 index_result = result_show.index("\n1")9211 assert(result_show[index_result:] == expected[index_expected:])