Searched refs:test_locations_ (Results 1 – 2 of 2) sorted by relevance
231 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()
129 std::map<std::string, CodeLocation> test_locations_; variable