Searched refs:Int32ByteSize (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Dwire_format_test.py116 # Int32ByteSize().
117 [wire_format.Int32ByteSize, 0, 1],
118 [wire_format.Int32ByteSize, 127, 1],
119 [wire_format.Int32ByteSize, 128, 2],
120 [wire_format.Int32ByteSize, -1, 10],
H A Dwire_format.py122 def Int32ByteSize(field_number, int32): function
H A Dtype_checkers.py178 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize,

Completed in 58 milliseconds