Lines Matching refs:result
964 std::unique_ptr<char[]> result(new char[1]);
965 result[0] = 0;
966 return result;
1417 // a user can see the result of the last line executed in the function,
2000 auto result = map->emplace(region, entry);
2001 DCHECK(result.second); // Insertion happened.
2002 USE(result);
2103 auto result = GetCodeMap()->emplace(region, nullptr);
2104 DCHECK(result.second); // Insertion happened.
2105 USE(result);