| OLD | NEW |
| 1 # Generated by the protocol buffer compiler. DO NOT EDIT! | 1 # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 2 # source: google/protobuf/descriptor.proto | 2 # source: google/protobuf/descriptor.proto |
| 3 | 3 |
| 4 import sys | 4 import sys |
| 5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) | 5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) |
| 6 from google.protobuf import descriptor as _descriptor | 6 from protobuf26 import descriptor as _descriptor |
| 7 from google.protobuf import message as _message | 7 from protobuf26 import message as _message |
| 8 from google.protobuf import reflection as _reflection | 8 from protobuf26 import reflection as _reflection |
| 9 from google.protobuf import symbol_database as _symbol_database | 9 from protobuf26 import symbol_database as _symbol_database |
| 10 # @@protoc_insertion_point(imports) | 10 # @@protoc_insertion_point(imports) |
| 11 | 11 |
| 12 _sym_db = _symbol_database.Default() | 12 _sym_db = _symbol_database.Default() |
| 13 | 13 |
| 14 | 14 |
| 15 | 15 |
| 16 | 16 |
| 17 DESCRIPTOR = _descriptor.FileDescriptor( | 17 DESCRIPTOR = _descriptor.FileDescriptor( |
| 18 name='google/protobuf/descriptor.proto', | 18 name='google/protobuf/descriptor.proto', |
| 19 package='google.protobuf', | 19 package='google.protobuf', |
| (...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1513 , | 1513 , |
| 1514 DESCRIPTOR = _SOURCECODEINFO, | 1514 DESCRIPTOR = _SOURCECODEINFO, |
| 1515 __module__ = 'google.protobuf.descriptor_pb2' | 1515 __module__ = 'google.protobuf.descriptor_pb2' |
| 1516 # @@protoc_insertion_point(class_scope:google.protobuf.SourceCodeInfo) | 1516 # @@protoc_insertion_point(class_scope:google.protobuf.SourceCodeInfo) |
| 1517 )) | 1517 )) |
| 1518 _sym_db.RegisterMessage(SourceCodeInfo) | 1518 _sym_db.RegisterMessage(SourceCodeInfo) |
| 1519 _sym_db.RegisterMessage(SourceCodeInfo.Location) | 1519 _sym_db.RegisterMessage(SourceCodeInfo.Location) |
| 1520 | 1520 |
| 1521 | 1521 |
| 1522 # @@protoc_insertion_point(module_scope) | 1522 # @@protoc_insertion_point(module_scope) |
| OLD | NEW |