Searched refs:source_locations_ (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/src/trace_processor/ |
D | proto_incremental_state.h | 166 InternedDataMap<protos::pbzero::SourceLocation> source_locations_; 212 return &source_locations_;
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer.cc | 146 parser.RecordSourceLocationsTo(&source_locations_); in FindFileByName() 184 owner_->source_locations_.Find(descriptor, location, &line, &column); in AddError() 197 owner_->source_locations_.Find(descriptor, location, &line, &column); in AddWarning()
|
D | importer.h | 136 SourceLocationTable source_locations_; variable
|
D | parser_unittest.cc | 83 : source_locations_(source_locations), in MockValidationErrorCollector() 94 source_locations_.Find(descriptor, location, &line, &column); in AddError() 99 const SourceLocationTable& source_locations_; member in google::protobuf::compiler::__anone5943b270111::MockValidationErrorCollector
|