Searched refs:Int32ByteSize (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | wire_format_test.py | 121 [wire_format.Int32ByteSize, 0, 1], 122 [wire_format.Int32ByteSize, 127, 1], 123 [wire_format.Int32ByteSize, 128, 2], 124 [wire_format.Int32ByteSize, -1, 10],
|
D | wire_format.py | 122 def Int32ByteSize(field_number, int32): function
|
D | type_checkers.py | 244 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize,
|