Home
last modified time | relevance | path

Searched refs:SInt32ByteSize (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dwire_format_test.py137 [wire_format.SInt32ByteSize, 0, 1],
138 [wire_format.SInt32ByteSize, -1, 1],
139 [wire_format.SInt32ByteSize, 1, 1],
140 [wire_format.SInt32ByteSize, -63, 1],
141 [wire_format.SInt32ByteSize, 63, 1],
142 [wire_format.SInt32ByteSize, -64, 1],
143 [wire_format.SInt32ByteSize, 64, 2],
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py141 [wire_format.SInt32ByteSize, 0, 1],
142 [wire_format.SInt32ByteSize, -1, 1],
143 [wire_format.SInt32ByteSize, 1, 1],
144 [wire_format.SInt32ByteSize, -63, 1],
145 [wire_format.SInt32ByteSize, 63, 1],
146 [wire_format.SInt32ByteSize, -64, 1],
147 [wire_format.SInt32ByteSize, 64, 2],
Dwire_format.py143 def SInt32ByteSize(field_number, int32): function
Dtype_checkers.py304 _FieldDescriptor.TYPE_SINT32: wire_format.SInt32ByteSize,