Searched refs:ErrorLocation (Results 1 – 10 of 10) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 263 DescriptorPool::ErrorCollector::ErrorLocation location); 569 DescriptorPool::ErrorCollector::ErrorLocation location, int* line, 576 DescriptorPool::ErrorCollector::ErrorLocation location, int line, 586 std::pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
|
D | importer.h | 131 const Message* descriptor, ErrorLocation location, 136 ErrorLocation location,
|
D | importer.cc | 188 const Message* descriptor, ErrorLocation location, in AddError() 204 const Message* descriptor, ErrorLocation location, in AddWarning()
|
D | parser.cc | 474 DescriptorPool::ErrorCollector::ErrorLocation location) { in RecordLegacyLocation() 2384 DescriptorPool::ErrorCollector::ErrorLocation location, int* line, in Find() 2417 DescriptorPool::ErrorCollector::ErrorLocation location, int line, in Add()
|
D | command_line_interface.cc | 308 const Message* descriptor, ErrorLocation location, in AddError() 314 const Message* descriptor, ErrorLocation location, in AddWarning()
|
D | parser_unittest.cc | 89 const Message* descriptor, ErrorLocation location, in AddError()
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.h | 1729 enum ErrorLocation { enum 1749 ErrorLocation location, // One of the location constants, above. 1761 ErrorLocation /*location*/, // One of the location constants, above. in AddWarning() argument
|
D | descriptor.cc | 3187 DescriptorPool::ErrorCollector::ErrorLocation location, 3190 DescriptorPool::ErrorCollector::ErrorLocation location, 3200 DescriptorPool::ErrorCollector::ErrorLocation location, 3204 DescriptorPool::ErrorCollector::ErrorLocation location, 3450 bool AddOptionError(DescriptorPool::ErrorCollector::ErrorLocation location, in AddOptionError() 3623 DescriptorPool::ErrorCollector::ErrorLocation location, in AddError() 3640 DescriptorPool::ErrorCollector::ErrorLocation location, const char* error) { in AddError() 3646 DescriptorPool::ErrorCollector::ErrorLocation location, in AddNotDefinedError() 3678 DescriptorPool::ErrorCollector::ErrorLocation location, in AddWarning()
|
D | descriptor_unittest.cc | 206 const Message* descriptor, ErrorLocation location, in AddError() 251 const Message* descriptor, ErrorLocation location, in AddWarning() 7128 ErrorLocation location, in AddError()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor_pool.cc | 77 const Message* descriptor, ErrorLocation location, in AddError()
|