Home
last modified time | relevance | path

Searched refs:ins_res (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/base/
Dvalues.cc449 std::pair<ValueMap::iterator, bool> ins_res = in SetWithoutPathExpansion() local
451 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()