Searched refs:location_value (Results 1 – 1 of 1) sorted by relevance
433 std::unique_ptr<DictionaryValue> location_value(new DictionaryValue); in SaveSummaryAsJSON() local434 location_value->SetString("file", location.file); in SaveSummaryAsJSON()435 location_value->SetInteger("line", location.line); in SaveSummaryAsJSON()437 std::move(location_value)); in SaveSummaryAsJSON()