Home
last modified time | relevance | path

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

/external/protobuf/python/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],
Dwire_format.py143 def SInt32ByteSize(field_number, int32): function
Dtype_checkers.py190 _FieldDescriptor.TYPE_SINT32: wire_format.SInt32ByteSize,