Home
last modified time | relevance | path

Searched refs:source_locations_ (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.cc158 parser.RecordSourceLocationsTo(&source_locations_); in FindFileByName()
194 owner_->source_locations_.FindImport(descriptor, element_name, &line, in AddError()
197 owner_->source_locations_.Find(descriptor, location, &line, &column); in AddError()
210 owner_->source_locations_.FindImport(descriptor, element_name, &line, in AddWarning()
213 owner_->source_locations_.Find(descriptor, location, &line, &column); in AddWarning()
Dimporter.h145 SourceLocationTable source_locations_; variable
Dparser_unittest.cc83 : source_locations_(source_locations), in MockValidationErrorCollector()
93 source_locations_.FindImport(descriptor, element_name, &line, &column); in AddError()
95 source_locations_.Find(descriptor, location, &line, &column); in AddError()
101 const SourceLocationTable& source_locations_; member in google::protobuf::compiler::__anone42f123c0111::MockValidationErrorCollector