Searched refs:source_locations_ (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | importer.cc | 161 parser.RecordSourceLocationsTo(&source_locations_); in FindFileByName() 197 owner_->source_locations_.FindImport(descriptor, element_name, &line, in AddError() 200 owner_->source_locations_.Find(descriptor, location, &line, &column); in AddError() 213 owner_->source_locations_.FindImport(descriptor, element_name, &line, in AddWarning() 216 owner_->source_locations_.Find(descriptor, location, &line, &column); in AddWarning()
|
D | importer.h | 145 SourceLocationTable source_locations_; variable
|
D | parser_unittest.cc | 86 : source_locations_(source_locations), in MockValidationErrorCollector() 96 source_locations_.FindImport(descriptor, element_name, &line, &column); in AddError() 98 source_locations_.Find(descriptor, location, &line, &column); in AddError() 104 const SourceLocationTable& source_locations_; member in google::protobuf::compiler::__anon1d28fc850111::MockValidationErrorCollector
|