Searched refs:SInt64ByteSize (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | wire_format_test.py | 145 [wire_format.SInt64ByteSize, 0, 1], 146 [wire_format.SInt64ByteSize, -1, 1], 147 [wire_format.SInt64ByteSize, 1, 1], 148 [wire_format.SInt64ByteSize, -63, 1], 149 [wire_format.SInt64ByteSize, 63, 1], 150 [wire_format.SInt64ByteSize, -64, 1], 151 [wire_format.SInt64ByteSize, 64, 2],
|
/external/protobuf/python/google/protobuf/internal/ |
D | wire_format_test.py | 149 [wire_format.SInt64ByteSize, 0, 1], 150 [wire_format.SInt64ByteSize, -1, 1], 151 [wire_format.SInt64ByteSize, 1, 1], 152 [wire_format.SInt64ByteSize, -63, 1], 153 [wire_format.SInt64ByteSize, 63, 1], 154 [wire_format.SInt64ByteSize, -64, 1], 155 [wire_format.SInt64ByteSize, 64, 2],
|
D | wire_format.py | 147 def SInt64ByteSize(field_number, int64): function
|
D | type_checkers.py | 305 _FieldDescriptor.TYPE_SINT64: wire_format.SInt64ByteSize
|