Searched refs:source_locations (Results 1 – 7 of 7) sorted by relevance
153 source_locations: {158 source_locations: {
84 MockValidationErrorCollector(const SourceLocationTable& source_locations, in MockValidationErrorCollector() argument86 : source_locations_(source_locations), in MockValidationErrorCollector()166 SourceLocationTable source_locations; in ExpectHasValidationErrors() local167 parser_->RecordSourceLocationsTo(&source_locations); in ExpectHasValidationErrors()175 MockValidationErrorCollector validation_error_collector(source_locations, in ExpectHasValidationErrors()2329 SourceLocationTable source_locations; in TEST_F() local2330 parser_->RecordSourceLocationsTo(&source_locations); in TEST_F()2336 MockValidationErrorCollector collector(source_locations, &error_collector_); in TEST_F()
165 namespace source_locations { namespace
147 namespace source_locations { namespace
71 repeated SourceLocation source_locations = 4; field
453 std::map<uint64_t, perfetto::protos::gen::SourceLocation> source_locations; in ReadLogMessagesFromTrace() local470 for (const auto& it : interned_data.source_locations()) { in ReadLogMessagesFromTrace()472 EXPECT_EQ(source_locations.find(it.iid()), source_locations.end()); in ReadLogMessagesFromTrace()473 source_locations[it.iid()] = it; in ReadLogMessagesFromTrace()486 source_locations[log.source_location_iid()]; in ReadLogMessagesFromTrace()
7292 repeated SourceLocation source_locations = 4; field