Home
last modified time | relevance | path

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

/external/libchrome/base/test/launcher/
Dtest_results_tracker.cc231 test_locations_.insert(std::make_pair(test_name, CodeLocation(file, line))); in AddTestLocation()
430 for (const auto& item : test_locations_) { in SaveSummaryAsJSON()
518 const auto location_it = test_locations_.find(test_name); in PrintTests()
519 DCHECK(location_it != test_locations_.end()) << test_name; in PrintTests()
Dtest_results_tracker.h129 std::map<std::string, CodeLocation> test_locations_; variable