Searched refs:ins_res (Results 1 – 1 of 1) sorted by relevance
449 std::pair<ValueMap::iterator, bool> ins_res = in SetWithoutPathExpansion() local451 if (!ins_res.second) { in SetWithoutPathExpansion()452 DCHECK_NE(ins_res.first->second, in_value); // This would be bogus in SetWithoutPathExpansion()453 delete ins_res.first->second; in SetWithoutPathExpansion()454 ins_res.first->second = in_value; in SetWithoutPathExpansion()