Searched refs:ErrorLocation (Results 1 – 10 of 10) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 263 DescriptorPool::ErrorCollector::ErrorLocation location); 568 DescriptorPool::ErrorCollector::ErrorLocation location, int* line, 575 DescriptorPool::ErrorCollector::ErrorLocation location, int line, 585 std::pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
|
D | importer.h | 131 const Message* descriptor, ErrorLocation location, 136 ErrorLocation location,
|
D | importer.cc | 191 const Message* descriptor, ErrorLocation location, in AddError() 207 const Message* descriptor, ErrorLocation location, in AddWarning()
|
D | parser.cc | 473 DescriptorPool::ErrorCollector::ErrorLocation location) { in RecordLegacyLocation() 2346 DescriptorPool::ErrorCollector::ErrorLocation location, int* line, in Find() 2379 DescriptorPool::ErrorCollector::ErrorLocation location, int line, in Add()
|
D | command_line_interface.cc | 309 const Message* descriptor, ErrorLocation location, in AddError() 315 const Message* descriptor, ErrorLocation location, in AddWarning()
|
D | parser_unittest.cc | 92 const Message* descriptor, ErrorLocation location, in AddError()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 1638 enum ErrorLocation { enum 1658 ErrorLocation location, // One of the location constants, above. 1670 ErrorLocation /*location*/, // One of the location constants, above. in AddWarning() argument
|
D | descriptor.cc | 3173 DescriptorPool::ErrorCollector::ErrorLocation location, 3176 DescriptorPool::ErrorCollector::ErrorLocation location, 3186 DescriptorPool::ErrorCollector::ErrorLocation location, 3190 DescriptorPool::ErrorCollector::ErrorLocation location, 3433 bool AddOptionError(DescriptorPool::ErrorCollector::ErrorLocation location, in AddOptionError() 3603 DescriptorPool::ErrorCollector::ErrorLocation location, in AddError() 3620 DescriptorPool::ErrorCollector::ErrorLocation location, const char* error) { in AddError() 3626 DescriptorPool::ErrorCollector::ErrorLocation location, in AddNotDefinedError() 3658 DescriptorPool::ErrorCollector::ErrorLocation location, in AddWarning()
|
D | descriptor_unittest.cc | 207 const Message* descriptor, ErrorLocation location, in AddError() 252 const Message* descriptor, ErrorLocation location, in AddWarning() 7018 ErrorLocation location, in AddError()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_pool.cc | 77 const Message* descriptor, ErrorLocation location, in AddError()
|